SlideShare a Scribd company logo
Sharing	

       A Lesson For Android Developers On Sharing
                       Resources	


Jeff McWherter 	

@jmcw	

jeff@gravityworksdesign.com
Professional Android
Copy  Paste
Java Libraries
Library Projects
Hardware	

              6	
  
Including APKs
intent-filter 	
    	action android:name=android.intent.action.MAIN /	
    	category android:name=android.intent.category.LAUNCHER /	
  /intent-filter	

                                   down vote




                                  	
                                   accepted




intent-filter!
action android:name=gravityworks.plugins.PIZZA /!
    category android:name=android.intent.category.DEFAULT /!
/intent-filter!


                      Including APKs	

Intent newScreen = new Intent( gravityworks.plugins.PIZZA );!
startActivity(newScreen);!
	
  


                                                                8	
  
Styles
Getting Started With Android Library Projects
Jeff McWherter	
  
jeff@gravityworksdesign.com
twitter: @jmcw

More Related Content

Getting Started With Android Library Projects