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

49 questions
7
votes
1 answer

java.lang.ClassCastException: android.app.Application cannot be cast to greendroid.app.GDApplication

I'm getting a class cast exception namely java.lang.ClassCastException: android.app.Application cannot be cast to greendroid.app.GDApplication when I'm trying to use the green droid library in my project.Here is the concerned code. I've been trying…
Dinesh Venkata
  • 1,069
  • 1
  • 9
  • 21
4
votes
0 answers

Android : GreenDroid-GoogleAPIs fails with StackOverflow Exception during Import

I just tried to Import the GreenDroid-Librarys for my new Android Application. Now, I encounter a confusing Error. I first Import the GreenDroid-Core Library and everything is fine. But when I, after that, try to Import the GreenDroid-GoogleAPI…
Chris
  • 360
  • 2
  • 4
  • 21
3
votes
4 answers

Android - Calling a method in one activity from another, without starting new activity

I'm developing an Android app using GreenDroid. The application is just for testing atm, so it all it contains is an ActionBar with a refresh button, three tabs, and an activity for each of those tabs. All I'm trying to achieve at the minute is…
Steven Elliott
  • 3,146
  • 5
  • 27
  • 40
3
votes
0 answers

GreenDroid Activity and YouTubeBaseActivity is possible?

I have a app working where I use GreenDroid to set StatusBar with GDActivity. I want to add a youtube video with its API. The problem is that I can't use GDActivity and YouTubeBaseActivity in the same Activity. Are there any solution? Thanks.
ChavesJM
  • 173
  • 2
  • 12
2
votes
1 answer

when greendroid and Actionbarsherlock (ABS) is used in android app

There are two awesome android UI libs Greendroid and Actionbarsherlock. I want to know when i can use them, which scenario i require these. Does both lib provide same functionalists?.
Naruto
  • 8,950
  • 32
  • 110
  • 191
2
votes
1 answer

GreenDroid ActionBar methode name conflicts

When I install the GreenDroid library eclipse gives me two errors, one in greendroid.app.GDActivity and one in greendroid.app.GDTabActivity in greendroid.app.GDActivity: public ActionBar getActionBar() { ensureLayout(); return…
Rachid Oussanaa
  • 10,348
  • 14
  • 54
  • 83
2
votes
1 answer

Android - GreenDroid and googleapis

I have used GreenDroid library in my application. There is no error on compilation (building). When I run this application on emulator it shows this error in console as [2013-02-13 18:10:08 - GreenDroid] Could not find GreenDroid.apk! [2013-02-13…
Sampath Kumar
  • 4,015
  • 2
  • 24
  • 39
2
votes
1 answer

Syntax error, insert ";" to complete BlockStatements GreenDroid

When I try to make a make an Android app with GreenDroid, so I put the code in there but it asks for a ; while there already is one. as people asked for the whole code hereby the whole code! import greendroid.app.GDApplication; import…
TheCad
  • 47
  • 1
  • 1
  • 9
2
votes
1 answer

android.content.ActivityNotFoundException: Unable to find explicit activity class [greendroid]

I trying to do an application with greendroid but i've got a problem and i don't know how can i solve it... At this time, i have try everythin that i found on the web but nothing solve my problem... If anyone know what's…
Seb P
  • 681
  • 2
  • 8
  • 19
2
votes
1 answer

GreenDroid and MapActivity

plz how i can use greendroid library with MapActivity public class GreendroidTestActivity extends GDActivity MapActivity
1
vote
1 answer

How to include Android theme from another project

I'm a beginner in Android development (and in Java too). I'm trying to compile the Financisto open source project which uses GreenDroid. I've managed to compile GreenDroid itself, but have failed to compile Financisto. When I try to "compile"…
sibvic
  • 1,342
  • 1
  • 10
  • 16
1
vote
2 answers

How do I change the text colour of the letter popup when using a ListView with Fast Scroll enabled?

I'm having a slight issue with the Light theme and a fast scrolling ListView. As you can see in the image below, when using the Light theme the pop up for the current letter when dragging the scroll bar contains black text on a dark gray background,…
1
vote
0 answers

Greendroid - ActionBar with Seekbar

is it possible to add an SeekBar Widget to an GreenDroid ActionBar? At the moment I have no idea how it could work, hope you can help me :)
Christoph
  • 1,025
  • 5
  • 17
  • 34
1
vote
1 answer

Using both DroidFu and GreenDroid in an Android project

DroidFu and GreenDroid are great open source projects which I would like to utilize in my Android project. However, I ran into a problem when trying to get them work at the same time. Both of these libraries require that the application derives from…
Kimi
  • 5,911
  • 5
  • 31
  • 49
1
vote
1 answer

Greendroid import

Im trying to use the Greendroid library inside eclipse. In the moment i import it as a library the project brakes. The generated R file disappears and my application cant compile (Due to this behavior). I import the Greendroid framework as a normal…
ins0m
  • 840
  • 10
  • 19
1
2 3 4