A Crowd-sourced Cookbook on Writing Great Android® Apps
Home
F.A.Q.
Community
Who's Logged In?
Who's been up to what?
Invite-a-Dev
Stuff to use to promote the site
Bug/ToDo List
New Bug/Request/Idea
Contact Admin/Feedback
Can't-Login Contact
Writing Recipes
Recipe Wishlist/What To Write
Author's Guide/How to write
Wiki Markup/How To Format
Wiki Sandbox
View ALL Recipes
Suggest a Recipe for someone to write
Write a new Recipe
Terms and Conditions
Login
Chapter View
Published?
Name
Action
P
Introduction: Inter-Communication
P
Opening a Web Page, Phone Number or anything else with an Intent
P
Email Text From a View
P
Sending an email with attachments
P
How to push string-values using Intent.putExtra()
P
Retrieving data from a Sub-Activity back to your Main Activity
P
Keeping a Service running while other apps are on display
P
Sending/Receive broadcast message
N
Intercommunication amongst Applications
P
Starting a service after phone reboot
P
Creating a Responsive Application using Threads
N
Eating Too Much CPU Time In The UI Causes A Nasty Result
N
AsyncTask: Do background tasks and modify the GUI
P
Using AsyncTask to do background processing
P
Sending messages between threads using activity thread queue and Handler class
P
Java to JavaScript: Android Epoch HTML/Javascript Calendar
N
Exchanging Array Data between Java and JavaScript