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

ActionBarSherlock Returning Null Value in Android App

Here's my issue: I've been trying to get an ActionBar in my Android 2.3 App. I decided to use ActionBarSherlock. I created a new project by importing the ZIP and then making it a library. I added it as a library to my current project. Then it…
0
votes
2 answers

GreenDroid import problem

I'm trying to import GreenDroid into a new Android Project (SDK 2.2) and I'm getting this error while trying to clean my project and compile it: Resource '/GreenDroid/gen' does not exist. When I click on the GreenDroid project in the solution…
user390749
0
votes
1 answer

Example of an Android ListView GreenDroid (GDListActivity)?

Anyone have an example of an Android ListView GreenDroid (GDListActivity)? Thanks
itaravika
  • 391
  • 1
  • 6
  • 17
0
votes
1 answer

android Greendroid ActionBar using ActivityGroup

I'm currently trying to implements a greendroid ActionBar that have a ActivityGroup below it. When the user clicks a button of the actionBar, it will switch to one activity of the groupActivity. I've searched a lot, but I just found some tutos about…
PhilippeAuriach
  • 2,418
  • 2
  • 22
  • 41
0
votes
1 answer

Problem importing GreenDroid

I'm trying to import and run the GreenDroid project: https://github.com/cyrilmottier/GreenDroid But get the following error: The type java.lang.Enum cannot be resolved. It is indirectly referenced from required .class files ActionBarItem.java …
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
0
votes
0 answers

Remove/Hide QuickActionGrid

I create grid in my function like that: grid.addQuickAction( new QuickAction( context.getActivity(), themeService, R.string.msg, 12)); grid.addQuickAction( new…
nju
  • 53
  • 1
  • 9
0
votes
1 answer

How to import Greendroid library step by step?

can anyone teach me how to import greendroid library to our eclipse? especially to our project step by step. i'am still beginner for this library. thank you so much.
LeanDev
  • 251
  • 6
  • 19
0
votes
1 answer

Make this activity works as a GDActivity

I have this activity: package zh.wang.android.yweathergetter; import greendroid.app.GDActivity; import zh.wang.android.utils.YahooWeather4a.WeatherInfo; import zh.wang.android.utils.YahooWeather4a.YahooWeatherInfoListener; import…
user2208485
0
votes
1 answer

Green Droid: How To Set Background Picture For GDActivity

Can anyone produce clear example of how to set up background picture in GDActivity within its constructor method (or somehow else) ?
Alexander.Iljushkin
  • 4,519
  • 7
  • 29
  • 46
0
votes
1 answer

how add more item in actionbar (greendroid)

how to add "more" item inside the actionbar(greendroid) ? How can i add three action menu item inside the actionbar. Anyone know how to add more and customize it .
jacky
  • 75
  • 1
  • 2
  • 10
0
votes
1 answer

java error :Unable to start activity ComponentInfo: java.lang.NullPointerException

I keep facing this type of error about java.lng.NullPointerExeption .Anyone know how to solve it ? main.java package com.example.shoppingassistantnew; import greendroid.app.GDActivity; import greendroid.widget.ActionBarItem; import…
jacky
  • 75
  • 1
  • 2
  • 10
0
votes
0 answers

How to call getView() explicitly and call getDrawingCache() without returning null?

I'm trying to create a bitmap out of ListView items. I am using the Greendroid library (if that makes any difference). I initially had this working for lists where # of items is < 7 (since you can only see 6 items on the screen). I am now trying to…
8oh8
  • 1,247
  • 5
  • 19
  • 35
0
votes
1 answer

GreenDroid Paged View - Detect if last page

I made a class MyPagedView extends GDActivity and have a PagedView. I implemented a working PagedAdapter as class MyPagedAdapter. I would like to be able to get out of the PagedView once the latest page have been displayed to make a…
shkschneider
  • 17,833
  • 13
  • 59
  • 112
0
votes
1 answer

Action buttons to enter the quickActionBar GreenDroid

I am creating an actionbar with greendroid. I managed to create the actionbar and then put a quick action. My problem is just about the quickaction because I do not know how to insert actions for each of the buttons quick action. Could anyone help…
DROIDzilla
  • 23
  • 3
0
votes
1 answer

does it make sense to use greendroid with android 4?

I'm very new to greendroid and I had a quick look on its functionalities. If I want to develop with the android 4 sdk does it still make sense to use greendroid? Is that gonna work? For example let's take the ActionBar. There's one in greendroid…
Alexis
  • 16,629
  • 17
  • 62
  • 107