A Crowd-sourced Cookbook on Writing Great Android® Apps
Home
F.A.Q.
Community
Code of Conduct
Who's Logged In?
Who's been working on recipes?
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
Format/Markup/How To Format
Formatter Tryout/Sandbox
Suggest a Recipe for someone to write
Write a new Recipe
Terms and Conditions
Reference
List of Android Versions
Login
Chapter View
Published?
Name
Action
P
Introduction: Inter-/Intra-Process Communication
P
Opening a Web Page, Phone Number, or Anything Else with an Intent
P
Emailing Text from a View
P
Sending an Email with Attachments
P
Pushing String Values Using Intent.putExtra()
P
Retrieving Data from a Subactivity Back to Your Main Activity
P
Keeping a Service Running While Other Apps Are on Display
P
Sending/Receiving a Broadcast Message
N
Intercommunication amongst Applications
P
Starting a Service After Device 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 an Activity Thread Queue and Handler
P
Creating an Android Epoch HTML/JavaScript Calendar
P
Using LocalBroadcastManager to Broadcast and Receive within your application
N
Returning a value from an Activity to the Service that started it
N
Exchanging Array Data between Java and JavaScript