• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android GridLayout Halp !

DaNaab

Lurker
Hi guys,


I'm really new at Android Development and i have to build an Android app in 2 weeks.


Actually, I got some problem with building my Android App. I want to create a mini-game in my app. It will works like this:

  • At the begining an image appears
  • then the app ask the user to zoom-in the picture
  • then a grid will appear and seperate the picture into pixels (like the one million pixel wall for example)
  • the user will have to choose one "pixel" of the grid and he will win (or not) some points.
It seems quite simple but i got some issues:

  • How can i create this grid? (GridLayout? )
  • How can i put an invisible Grid (opacity=0) on a picture ? (Grid Layout Option Maybe ? )
  • How can i use the zoom-in option to be as smooth(natural and simple) as possible?
  • What should i do in order to turn the Grid opacity to 1 when "the Zoom in" effect has been done ?
I know that it looks like an "How do i make that?" question but i just need some advices to help me save some time. General tips and tricks are welcomed. Explanations will be great.


Thanks in advance.


P.S.: Sorry for my English. It's not really my main language but I hope that I am still understandable.
 
No worries about your English, you're doing just fine. :)

I really don't have any experience with developing for android, my apologies.

Hopefully someone will chime in soon with some help. :)
 
Back
Top Bottom