xbmc android remote app programmers manual??

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
slinuxgeek Offline
Senior Member
Posts: 186
Joined: Feb 2012
Reputation: 0
Post: #1
Hi every one , can some one please provide the URL of the programmer's documentation of xbmc remote app for android project.

I have downloaded the project source code from github and I am able to build it under eclipse and it also runs in android emulator well.

But now I have to make some changes to the app so I want it's documentation which had been written by it's programmers( perhaps ) for future reference.

Also none of the project source files contain a method called main( ) even then the application runs how Confused


Thanks for help in advance.
find quote
Montellese Online
Team-XBMC Developer
Posts: 2,790
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #2
First of all I moved you thread to the appropriate sub-forum in "Supplementary Tools for XBMC" --> "XBMC REmote for Android Official Forum".
Second, I don't think there's an official documentation on how the code works, you'll probably have to work yourself through the code.
Third, android apps work with so called Activities and there's no main() function. Every android app has a defined start activity (see AndroidManifest.xml) which is created when the application is being launched.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote