Android Tutorial Full Android 4.x UI

Hi,

In the past creating a UI in B4A annoyed me a lot, not because of a bad designer but the lack of nice UI components. With the StdActionbar and some AH libraries it all got better and it proves the library approach by B4A is the right one.

Attached is a full Android 4.x UI sample project which you can use to create your own UI. The readme file contains a list of the libraries you need. The main activity also contains a Region called Project Instructions.

What did I do with this project?

- Android 4.x UI
- Actionbar
- Fixed tabs
- Drawer menu
- Pager tabs.

You can use it anyway you like. Please credit the library authors that made this all possible.

The project also contains some build configurations you can use.

Update:
Sorry guys, totally forgot that the project zip does not contain the resources. You can download the project here: http://www.things.io/downloads/android/tt_ui_v1.zip
 

Attachments

  • ui_actionwithtabs.png
    ui_actionwithtabs.png
    12.5 KB · Views: 1,210
  • ui_actionwithpager.png
    ui_actionwithpager.png
    12.4 KB · Views: 1,175
  • ui_actionbar.png
    ui_actionbar.png
    10.2 KB · Views: 1,082
  • ui_drawer.png
    ui_drawer.png
    19.3 KB · Views: 1,289
  • ui_main.png
    ui_main.png
    21.3 KB · Views: 1,092
Last edited:

koaunglay

Member
Licensed User
Longtime User
Hi,

In the past creating a UI in B4A annoyed me a lot, not because of a bad designer but the lack of nice UI components. With the StdActionbar and some AH libraries it all got better and it proves the library approach by B4A is the right one.

Attached is a full Android 4.x UI sample project which you can use to create your own UI. The readme file contains a list of the libraries you need. The main activity also contains a Region called Project Instructions.

What did I do with this project?

- Android 4.x UI
- Actionbar
- Fixed tabs
- Drawer menu
- Pager tabs.

You can use it anyway you like. Please credit the library authors that made this all possible.

The project also contains some build configurations you can use.

Update:
Sorry guys, totally forgot that the project zip does not contain the resources. You can download the project here: http://www.things.io/downloads/android/tt_ui_v1.zip
I can't download your project link. How to download? please
 

JTmartins

Active Member
Licensed User
Longtime User
HI, I got curious about this project and decided to play a litle with it to learn..

After doing all steps, I'm getting this error during compilation.

Cannot find: C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\nineoldandroid-2.4.0.jar

I know it's a reference to the lib mentioned here : http://nineoldandroids.com/

but I do not understand why I'm getting this error.

Also if I put the nineoldandroid-2.4.0.jar wich I found here in the libraries folder, the error persists.

Help will be welcome.

Many Thanks

JM
 
Last edited:
Top