0
votes
0answers
12 views

First ImageView from Grid is not visible

I'm facing a very strange problem. I've read a lot of things about grids but I haven't been able to resolve my problem. I have a Grid which contains only an ImageView for each item. I load two images ...
-5
votes
0answers
29 views

Get background color of a particular cell in android [closed]

I have created a custom calendar in android using grid. I want to get background color of a particular cell when clicked on it. Need help from you.
0
votes
1answer
26 views

What is the best way to display custom view with scrollable behaviour on android

I have to display multiple custom view with scrollable behaviour (as a grid list). Like scrolling horizontally and vertically on a chest grid where each item is a custom view. What is the best way to ...
1
vote
1answer
24 views

Android getting Bitmap dimensions depending on resolution of device?

I am currently trying to create a grid of multiple squares (Should be a minesweeper grid one day). Now my solution of getting every mine a specific position is by using this loop: for(int i = 0; i ...
0
votes
2answers
44 views

Android game - Trying to create an array fails?

I am currently starting understanging Java. So while I've been trying to develop some minesweeper application I noticed, that when trying to add coordinates to a "Mines[]" array, the debugging window ...
0
votes
1answer
63 views

Android programming : how to programmatically create various view types in a grid fashion

I'm not sure how to ask this question exactly, but I'll give it a try. Here's what I'm trying to do, in one Activity. Build a Grid, that contains [x] rows of 3 columns each, with this content [a ...
0
votes
0answers
161 views

confused about UI and fragment/view structure in Google Calendar for android

I'm working on an android app for editing multi track audio, and the view structure I'm using now is terrible and buggy. I'm very fond of the look and feel of the latest Google Calendar on android, ...
0
votes
0answers
84 views

Android java how to do CRUD operations using a datagrid like view [closed]

Is there any control to do inline CRUD operations using a view similar to the DataGridView used in dot net. All the examples I've seen just show how to display the data using TextViews. I need to edit ...
1
vote
1answer
305 views

How to make grid view scroll horizontally not vertically in android?

I have a dynamic Grid View. Means its content varies. So, if the number of items increases it makes vertical scroll. I want to make it as horizontal scroll. Please suggest some solution for this.
-4
votes
2answers
49 views

Which Layout(s) Should I Use? [closed]

I am building a calculator app and I have the images for all the buttons. I also have a single image that I want to use for the calculator background. Here is a simple example of what I have: ...
0
votes
2answers
106 views

Android map only showing tiles

Hi I am new to android programming and I followed the steps from many tutorials, but I only managed to display the google map which only shows tiles both on the emulator and the device. Many thanks in ...
0
votes
1answer
58 views

Overlay Layout over Grid on Android

I am trying to create the following Layout in an Android, but I am not really successful: 4 Views are ordered as a Grid, just like dividing the screen in the horizontal and vertical middle. On top of ...
0
votes
0answers
38 views

Android(Java): Simple way to make a grid of ImageButton?

I need to make a 5 x 5 grid on a Canvas. The grid contains an ImageButton in each cell. I know how to hard-code it but is there a simple way of doing that?
2
votes
1answer
164 views

Best way to create a UI table in Android

I'm trying to design a table UI for my activity. I would like three columns and a fixed number of rows (so that the view fill all allotted space). Each of the cells should be clickable, and able to ...
1
vote
1answer
108 views

My gridview is not working, because cannot find id

Here is my code: package com.example.whs; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import org.apache.http.NameValuePair; import ...
0
votes
2answers
84 views

how do i change specific rect color on a canvas in android?

ive been trying to change the color of specific rects in an array of rects when i touch the screen but it doesnt seem to be working, heres my code: public Paint blue = new Paint(); RandomColorGen rc; ...
0
votes
0answers
156 views

GridView on my GameView (SurfaceView)

I have the following problem. I am trying to code a Tetris Game for Android. Therefore I need to put a Grid on the GameView (a self coded class, which extends the SurfaceVieW). Unfortunately I do ...
0
votes
1answer
191 views

How to check up home screen grid 4x4 or 4x5 or else?

I have home screen widget and I want add sizes *x5 to it. But I do not want that users with home screen grid smaller than 5x5 can see this types of my widget in widgets list. How I can check up grid ...
0
votes
2answers
101 views

Grid for Android

I'd don't know how to create a grid for android, where I can add borders and background on each boxes. What is the best way to do it ? For the moment I have a RelativeLayout where I put some Button ...
0
votes
1answer
488 views

Android Maps API V2 Shows only Grid, no map in debug. Normal?

I'm on an Android project that will use Google Maps. After registering myself in the Google API Console and Activated (correctly I think) the Google API V2 service, I try to launch a simple Activity ...
2
votes
0answers
289 views

Best way to implement Day View / Schedule Android UI

(disclaimer: all my life I've been incredibly far from UIs of any type, shape or form - backend and algorithms were my things, and UX, unfortunately, wasn't. But there's always a moment when ...
0
votes
1answer
660 views

Change Font Size, color in GridView while loading

I am using GridView in Android to show the data. I want to change the size and color of the text while loading the grid. I can do it on grid item click by using ...
0
votes
0answers
77 views

Developing an Android game with a grid

First of all, I am very new to game development and Android, so please excuse me if I fail to explain myself clearly because I don't use the correct terminology. I have done a lot of research but I ...
1
vote
2answers
2k views

read data from database and show it in GridView in android

how we can read data from database and show them in grid in android? i see codes like this : public class DataAdapter extends BaseAdapter { Context mContext; private String [] id = ...
0
votes
1answer
84 views

android - grid or cells?

I'm just trying to make a 20x20 Grid. The Grids are big, e.g. one grid is 100dp (width and height). When you start the app you see only a few grids. You cannot see the rest of the grids. They are out ...
0
votes
0answers
208 views

Place an icon by Drag and Drop

I'm creating one game application, where screen having some Grids(5x5 matrix or 6x6 matrix etc.) and 5 coin icons. Once i selected a coin among 5 coins, and calling OnTouch event for that particular ...
0
votes
1answer
526 views

How to build my own Grid Layout in ANDROID so that it can work with the devices which are below API 14

I want to build a Calculator App, in which I want to format all the required buttons in such a way that, they all appears in a Grid form to me.... The one which I've made is only running on Android ...
0
votes
1answer
57 views

Grid On an Image

Is there a way to Pan a grid view to Horizontal Direction. I am implementing a grid view on a image. So whenever I zoom the image grid should also get to be zoom and pan in all direction, so i can ...
0
votes
3answers
508 views

How to get the display of 9x9 grid in the android?

Now it's time to explore Android for me. I have designed one ui which is shown below, The thing is I am getting confused with what should I do in the first frame in order to get 9x9 grid. Actually the ...
3
votes
1answer
154 views

GMGridView equivalent in android

Do we have something like gmgridview equivalent in android.Some library or something that can simulate the same behaviour for android like GMGRIDVIEW do for iOS.
1
vote
1answer
639 views

Android - show grid lines on camera

I am newbie in android application development. I want to create an application that get stream from camera and show on SurfaceView or on FrameLayout. I need an option shows above on streaming "Show ...
2
votes
2answers
341 views

grid view scrolling issue

I had a list contains images, each time the user clicked on the image and then on the grid view the image will be displayed on the grid view, this part i already done and it`s working. The problem is ...
0
votes
1answer
321 views

How to get index of the currently focused item in android gridview. <EOM>

Is there any API to track the index of a GridView in Android? Thanks in advance...
0
votes
0answers
57 views

How to know the last focused image in previous Gridview in Android apps

I'm using two Grid views to display the photo browser. Is there any API to get the last focused item in the previous GridView in android. Thanks
-1
votes
2answers
682 views

How GridLayout items come from the Adapter(List/Image) in Android App

Is it possible to Get the GridLayout items from the Adapter in Android. Like, The items in the GridView come from the ListAdapter associated with this view. Please clarify my doubt.. Thanks
23
votes
1answer
12k views

GridView VS GridLayout in Android Apps

I'm new to Android.. I have to use Grid to implement Photo Browser in Android. First I want to know the difference between GridView and GridLayout. Currently I'm using GridView to display the ...
0
votes
1answer
429 views

how to set the grid depth in achartengine android?

I have to plot ecg waves and I have used achartengine as library to plot.It works perfect :) Now I wanted to set the background so that I get a millimeterpaper as a normal ecg paper. I have tried to ...
0
votes
0answers
176 views

Alphabetic vertical list with grids

I need a list like this The cells are added dynamically. First I thought about making a ListView with each item containing a GridView but that doesn't seem to be possible: Add a GridView to a ...
1
vote
1answer
55 views

I have a grid with a border around it how do I paint the inside of the grid?

Okay I have a game I'm working on that sets a 12x16 grid on the screen and then draws a pattern on the screen like so http://oi49.tinypic.com/53odih.jpg I'm just wondering if there is a way using ...
1
vote
3answers
329 views

Getting grid view in google maps

Here I write some application, which shows my location. In the emulator I get this: But in device I see this: I connect through wifi, hence there's no problem with internet, it should have ...
1
vote
1answer
93 views

Android selecting layout-large?

I am building an Android app and for large screens I want to populate a 6x6 grid with images; on smaller screens I want to populate a 4x4 grid. My problem is that, in code, I need to know if the ...
0
votes
2answers
686 views

Android, grid, three equal width columns (33%) filled with images

I try to many times without success to create grid (image gallery) which look same on all devices. Usually easy task...seems that I here miss something. To rephrase question: grid columns must fill ...
13
votes
2answers
5k views

Grid Layout support in android API 10

I had developed an app with target API as 15. The layout includes a grid layout. Now when i am changing the Target API to 10 I am getting issues with the grid Layout and another element 'space'. ...
1
vote
0answers
136 views

Android Gridview Issue - Populating

So I've been using a grid-view for several things in my application, and this issue is bugging me now as I am unable to solve the issue after about a week trying. I am trying to populate a grid-view ...
0
votes
0answers
94 views

Trying to make a Checker Grid

I'm making a checkers game for my uni assignment, atm I'm deciding whether to use a layout or a grid. Can you give me any clue as to which one to use and if so how?
0
votes
0answers
111 views

How to create different types of grid in android

I am working on photo grid. I have to create different types of grids, currently I am able to display images in grid view but not sure how to create different types of grids. Example: In case of ...
-1
votes
1answer
115 views

Grid in android cant get it to work

Im currently working on some kind of music player and i want to get a certain layout but i cannot get it to work, i was hoping you guys can point me to the right direction: i have made an image so ...
0
votes
0answers
332 views

Android Grid View Smooth Scroll

i had display images thumb in grid view of (n X 3) matrix. But when n increase's, it wont scroll smooth and give VM budget exception. Any suggestion.
0
votes
2answers
81 views

What is the approach I should take to make a Kakuro grid?

I'm creating a Kakuro game for Android and it mainly consists of a large grid which contains only black and white squares according to a pattern. I have decided to use a custom class extended from ...
0
votes
1answer
265 views

How to span and stretch columns in Android

I'm relatively new to Android and what I want to achieve is a table/grid type layout with multiple rows. Column 2 onwards should always be aligned horizontally or for rows with less columns for them ...

1 2