Home | History | Annotate | only in /tools/build/testapps/tictactoe
Up to higher level directory
NameDateSize
app/13-Nov-2012
build.gradle13-Nov-2012167
lib/13-Nov-2012
README.txt13-Nov-2012589
settings.gradle13-Nov-201227

README.txt

      1 Sample: tictactoe/lib and tictactoe/app
      2 
      3 --------
      4 Summary:
      5 --------
      6 
      7 These two projects work together. They demonstrate how to use the ability to
      8 split an APK into multiple projects.
      9 
     10 --------
     11 Details:
     12 --------
     13 
     14 'app' is the main project. It defines a main activity that is first
     15 displayed to the user. When one of the start buttons is selected, an
     16 activity defined in 'lib' is started.
     17 
     18 For more details on the purpose of this feature, its limitations and detailed usage,
     19 please read the SDK guide at
     20   http://developer.android.com/guide/developing/eclipse-adt.html
     21 
     22