This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
I wanna make some android apps, but I have no idea how or whst to write scripts. I have all the software, the android sdk eclipse and java, I just need to know how to write scripts
I wanna make some android apps, but I have no idea how or whst to write scripts. I have all the software, the android sdk eclipse and java, I just need to know how to write scripts
Get two books: Hello Android and Java and XML. Both should be able to either be ordered or bought through Borders/Barns and Nobel. They will be your BIGGEST resources
Start by opening android-sdk-windows/docs/index.html. Click the resources tab and you'll have some good starting points on the left side. Start with the tutorials, then check out the "list of sample apps" under sample code.
It might be a little overwhelming if you're completely new to programming, but you might learn a lot just by modifying the examples and seeing what happens.