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
1
vote
2 answers

Greendroid or ActionbarSherlock - setup

do you guys know any tutorial on how to use one of the above frameworks in eclipse on windows? I've downloaded both of them and followed the instructions - but I still get errors in both cases. Frustratin.
theXs
  • 437
  • 8
  • 25
1
vote
1 answer

GreenDroid library , set drawable title in ActionBar

Regarding GreenDroid library https://github.com/cyrilmottier/GreenDroid: I want to set a logo as title in the Action Bar. I've tried a couple of methods but with no result. How should I proceed? When creating a GDApplication file, and set as…
Andrei Catinean
  • 863
  • 10
  • 15
1
vote
1 answer

How to add GreenDroid to an existing Android Studio project?

I'm trying to add GreenDroid to an existing project, but I can't figure it out. The instructions weren't very helpful. I was able to download it by using: VCS>Checkout from Version Control>Git, but Android Studio added it as a standalone project not…
ngx311
  • 487
  • 2
  • 7
  • 22
1
vote
0 answers

GreenDroid ActionBar error

I am trying create a simple tab activity using GreenDroid, below is my code public class TabBarActivity extends GDTabActivity { private static final String TAB1 = "tab_one"; private static final String TAB2 = "tab_two"; private static…
user1554693
  • 125
  • 1
  • 12
1
vote
1 answer

Greendroid GDExpandableListActivity example needed

I'm searching for any simple implementation of that activity class.
Ismail Sahin
  • 2,640
  • 5
  • 31
  • 58
1
vote
1 answer

The return type is incompatible with Activity.getActionBar()Error when greendroid project is imported on eclipse. How can I fix it?

I'm using the quickActionWidget from the greendroid library in my project. But when I import the greendroid project into eclipse it throws an error saying return type is incompatible with Activity.getActionBar(). I think the method is conflicting…
Dinesh Venkata
  • 1,087
  • 1
  • 9
  • 22
1
vote
0 answers

how to remove greendroid's homebutton

I'm using greendroid as a library in order to implement an action bar. I have a problem about how to remove the home button and customize the location of buttons.For example, I want to place the Add button…
jacky
  • 75
  • 1
  • 2
  • 10
1
vote
3 answers

PageIndicator of greendroid can not display

my code is: MainActivity.cpp i just define a button to test the pageindicator and the code is simple. click button and the pageindicator change the dot package com.example.androidlab; import greendroid.widget.PageIndicator; import…
CodeBoy
  • 591
  • 6
  • 12
1
vote
0 answers

import greendroid eclipse

I know there are other topics addressing the problems in imports greendroid, but I'm in serious trouble and I would ask humbly to those who already use the greendroid able to help me. I've watched many tutorials on the Internet showing how to import…
DROIDzilla
  • 23
  • 3
1
vote
1 answer

Implementing GreenDroid afterwards

I just added the GreenDroid Library into my Application. I extended the startview with GDActivity and added the NFFApplication and added into the Manifest under the application tag android:name=".logic.NFFApplication". NFFAplication: public class…
user547995
  • 2,036
  • 8
  • 33
  • 62
0
votes
1 answer

Put Greendroid actionbar on the bottom

is there a chance to locate the greendroid actionbar (or another action bar) on the bottom of the layout? I tried to change the gravity of the ActionBar to Bottom, but it had no effect. I'm new with this technology so if someone could help me I will…
0
votes
2 answers

How can I remove the green strip in the GreenDroid theme?

I'm using the Green Droid library in my application to implement quick actions. I don't need the action bar present in the theme. How can I remove the green strip at the top which is used for action bar? I've tried editing the theme but nothing…
Dinesh Venkata
  • 1,087
  • 1
  • 9
  • 22
0
votes
1 answer

How to display GreenDroid and TabHost in the same view?

I have imported a library named GreenDroid to show an action bar in the Top of the activity and i want to add a TabHost in the same activity but the first one needs to extends GDActivity and the second extends TabActivity. I tried to define the 2…
0
votes
1 answer

Strange behaviour when using the Home button in GreenDroid ActionBar's

I'm using GreenDroid ActionBar's component and I've two strange behaviours when I'm using the ActionBar's Home button. I've a 3 activities: myMainActivity that extends GDListActivity. myDetailedItem that extends GDActivity, that it's showed when…
tweekat
  • 1
  • 1
0
votes
1 answer

Using GreenDroid ItemAdapter with regular Activity

I want to use GreenDroid's ItemAdapter and custom list items with a regular ListActivity (or in Future in SherlockListActivity). I extracted ItemAdapter, Item and View classes and created a custom project. (Note: Yesterday I tried the same thing…
Cagatay Gurturk
  • 7,186
  • 3
  • 34
  • 44