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:
Thanks in advance.
P.S.: Sorry for my English. It's not really my main language but I hope that I am still understandable.
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.
- 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 ?
Thanks in advance.
P.S.: Sorry for my English. It's not really my main language but I hope that I am still understandable.
.