Skip to content

Commit

Permalink
Создание Activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosov committed May 11, 2019
1 parent cca28e5 commit d8d7e31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions app/src/main/java/com/example/client100/MouseActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
public class MouseActivity extends AppCompatActivity {
String code = "first";
Button prevTrack, nextTrack, pause, play,next,prev;

/**Создание Activity
*
* @param savedInstanceState оостояние Activity
*/
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down

0 comments on commit d8d7e31

Please sign in to comment.