-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
66 lines (35 loc) · 2.02 KB
/
Copy pathREADME.txt
File metadata and controls
66 lines (35 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Android Web Generator
You can convert a web page (Responsive web design) in an Android application to only use the URL of the page.
The resulting application will run smoothly at least on all android devices 2.2 or higher.
To do this you have to download these two projects prepared for the eclipse from my GitHub repository :
AppWebGenerator Project
=======================
This project contains the resulting android application . You should follow these simple steps :
Step 1:
- Rename the project name for the one you prefer .
- Rename the name of pakete es.com.disastercode.appwebgenerator
- Rename the name of pakete es.com.disastercode.appwebgenerator.menu
Note : do it in this order and use refactor provided by the eclipse.
Step 2:
Go to res / values ??/ strings.xml and give value to the following variables:
URL_DIR - > will be the web address of the page you want to use as if it were an application.
TITLE_APP - > title to appear on the top bar.
myAdUnitId - > code to put admob advertising . Leave blank if you do not want to leave advertising.
Step 3:
Replace ic_launcher.png images directories for the logo that will take your application :
- Res / drawable - hdpi
- Res / drawable - ldpi
- Res / drawable - mdpi
- Res / drawable - xhdpi
- Res / drawable - xxhdpi
It is advisable to substitute other have the same size .
library project
===============
This project contains version 4.2 of actionbarsherlock .
More info at: http://actionbarsherlock.com/
This bar is used for the top of the application. If you want to change the color is set in the file res / drawable / background.xml
Example of use:
Web EcoDom: http://disastercode.com.es/appecodom
This is a website (responsive web design) to keep track of expenses. It is made with the Codeigniter PHP Framework with the extension Grocery Crud.
It has also been used to draw the graphical statistics JGraph the library.
Android App. result: https://play.google.com/store/apps/details?id=es.com.disastercode.appecodom&hl=es_419