Tagged Questions
9
votes
8answers
5k views
How do I choose an Android phone for testing my application? [duplicate]
I'm starting to develop for Android. Do I need to buy a certain Android phone to test my application, or does any android phone work?
10
votes
6answers
16k views
Jump into Android or learn Java basics first? [closed]
I am quite proficient in C and know some C++, but never touched Java. Recently I got an idea for an app which I think has potential, and I want to develop it.
I am planning to go Android first, ...
12
votes
2answers
1k views
What is the ideal learning path to building Android apps with Scala, without prior Java experience
Unfortunately, there are not currently any books on the subject of 'Learn Android Development with Scala', which would be the ideal solution. I'm guessing that I'll need to pick up at least 3 books ...
4
votes
5answers
892 views
Does learning to develop for iOS create a lock-in? [closed]
If I begin my career (first job) with developing on the iOS platform, does that lock me in into iOS and Mac OS X development only? By locking me in I mean will that create barriers for me to switch ...
2
votes
1answer
196 views
GPL - Writing an exception for a plugin interface under section 7 of GPLv3
The problem
I've written a application for Android licensed under GPLv3 which needs to use Google Play Services, a proprietary library, as a plugin to the app.
Now I'd also like to add libspotify as ...