View Single Post
  #1 (permalink)  
Old May 15th, 2019, 10:05 AM
pmoh pmoh is offline
Registered User
 
Join Date: May 2019
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Beginning Android Programming with Android Studio (4th Editio)

Chapter 3 Page 51
TRY IT OUT Understanding the Life Cycle of an Activity (Activity101.zip)
1. Using Android Studio, create a new Android project and name it Activity101.
2. In the Activity101Activityy.java file, and the following highlighted statements........

Question:
Should the file name be Activity101Activityy.java or MainActivity.java as shown in Activity101/app/src/main/java/com/jfdimarzio/activity101?

Activity101Activityy.java can not be found in project and the downloaded source zip file


------Result of search java file in the downloaded source code----

Containing text:
Look in: H:\andoirdTraining\Chapter03cod

Name

BuildConfig.java
BuildConfig.java
R.java
R.java
ApplicationTest.java
MainActivity.java
ExampleUnitTest.java
Reply With Quote