Questions tagged [greendroid]

GreenDroid is a development library for the Android platform. It makes UI developments easier and consistent through your applications.

is a development library for the Android platform. It is intended to make UI developments easier and consistent through your applications.

is an Android library project developed by the French Cyril Mottier. It provides a lot of pre-made UI elements that follows the Android UI Design Patterns.

External Links

48 questions
0
votes
1 answer

GreenDroid actionbar ignoring menus?

Can't Greendroid use menus defined in xml for displaying them in the actionbar? For example the following menu is loaded in onCreateOptionsMenu(), but it doesnt appear in the actionbar. I think ActionbarSherlock is able to do this, isn't greendroid…
Codingmonkey
  • 43
  • 1
  • 6
0
votes
1 answer

Change default page in GreenDroid Paged view

Is it possible to start from middle page or any user-defined page using GreenDroid Paged view? I tried changing setActivePage(pagedView.getCurrentPage()) into setActivePage(pageNo). But when I wipe either ways i.e. left or right, it starts from…
CrazyCoder
  • 2,465
  • 8
  • 36
  • 57
0
votes
1 answer

GreenDroid Actionbar Text

I use greendroid to implement to actionbar under api 11. Now i have a strange behaviour in my MainView (the startview works well) public class MainView extends GDActivity { private boolean ison = false; private FinderThread finder;…
user547995
  • 2,036
  • 8
  • 33
  • 62
1 2 3
4