File tree 4 files changed +9
-11
lines changed
java/com/github/ildar/AndroidLuaSDK
4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
- android_hello_world
2
- ===================
1
+ AndroidLuaSDK
2
+ =============
3
3
4
- Hello World Android App
5
-
6
- <img src =" http://i.imgur.com/dio0DXF.png " width =" 450 " />
4
+ TODO
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" codepath.demos.helloworlddemo "
3
+ package =" com.github.ildar.AndroidLuaSDK "
4
4
android : versionCode =" 1"
5
5
android : versionName =" 1.0" >
6
6
9
9
android : label =" @string/app_name"
10
10
>
11
11
<activity
12
- android : name =" codepath.demos.helloworlddemo.HelloWorldActivity "
12
+ android : name =" .Main "
13
13
android : label =" @string/app_name" >
14
14
<intent-filter >
15
15
<action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 1
- package codepath . demos . helloworlddemo ;
1
+ package com . github . ildar . AndroidLuaSDK ;
2
2
3
3
import android .os .Bundle ;
4
4
import android .app .Activity ;
5
5
import android .view .Menu ;
6
6
7
- public class HelloWorldActivity extends Activity {
7
+ public class Main extends Activity {
8
8
9
9
@ Override
10
10
protected void onCreate (Bundle savedInstanceState ) {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
3
4
- <string name =" app_name" >HelloWorldDemo </string >
4
+ <string name =" app_name" >AndroidLuaSDK </string >
5
5
<string name =" hello_world" >Hello world!</string >
6
6
<string name =" menu_settings" >Settings</string >
7
7
8
- </resources >
8
+ </resources >
You can’t perform that action at this time.
0 commit comments