So, I'll be getting my T-Mobile G1 within a month or so, and I'm excited to start developing for it.
Has anyone started using it yet? Is there a dev wiki or anything set up for it yet?
Background processing in Android refers to the execution of tasks in different threads than the Main Thread, also known as UI Thread, where views are inflated and where the user interacts with our app.
A service is started when an application component, such as an activity, starts it by calling startService(). Once started, a service can run in the background indefinitely, even if the component that started it is destroyed. A service is bound when an application component binds to it by calling bindService().
Intent dialogIntent = new Intent(this, Adscreen. class); dialogIntent. addFlags(Intent. FLAG_ACTIVITY_NEW_TASK); startActivity(dialogIntent);
This is probably the best place to go. However, a good search on google will most likely take you to one of these discussion anyways. Here, you can discuss about your difficulties possibly with the core developers too.
They're probably the most active groups so far (as of Sun, April 20, 2008) online regarding the development and the interactive community around android. Apart from the official google groups and the irc channel at #android on irc.freenode.net, they're probably the best place to go or ask questions.
Development halted here but still some rather interesting things that have been done.
Didn't see much development things
A nice little repository, not a lot of files though.
I pulled it from my development wiki which hasn't been updated for a while but best of luck working with Android ... and T-Mobile G1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With