Does anyone know of something similar to GMGridview for MonoDevelop and Android?
I am looking for something that will allow me to place about 12 to 15 icons/buttons on the Android that I can swipe/scroll back and forth. I am using MonoDevelop and am very new to Android Development.
I do not necessarily need the drag and drop functionality, but I cannot even find an example of placing many icons on the screen and allowing me to scroll back and forth.
I am struggling with how the layout should be done so any help is appreciated!!
Thank you for any assistance!!!
GridView... ?
http://developer.android.com/reference/android/widget/GridView.html
And I have no idea how is it connected with MonoDevelop.
Related
I've developed different personal apps for android and now i'm interested in google cardboard project
So, would be possible to create an application for android to implement the same system of this project : http://www.vrdesktop.net ( windows only ). In few words mirroring the android screen inside another app that will split everything ..
actually i don't know if there are some usefull api/ways to accomplish the job.
EDIT1: i've prepared a draw to better show the idea: https://docs.google.com/drawings/d/15AYvjesIhZDTe5mfOmm5TzhRkyxmDA6L0jI9MzdKbB4/edit
After long researches i've found an open source project that is doing exactly what i was looking for:
https://github.com/frma71/sbs
P.S. Thank you for useless downvoting
I have a ScrollView in my app and now I would like to scroll to the bottom of he screen in the Android Studio preview-window, but I don't really know how to do that. Is that possible, or is there an option to switch to a "fullscreen" mode?
I might be totally wrong here but I have never seen that someone did that. The basic reason must be that there is no way to tell how many entries the ListView might have.
I want to build an application in which the User is able to add and to remove buttons, that send a certain command onClick. But I have no idea how to do this in the Code. I don't know much about programming in Android. I already programmed in Java, but I'm new in this area of development.
I'd be very thankful for some suggestions on how to manage this.
Look into adding views programmatically with the LayoutInflater.
I am trying to create the UI but I'm having a lot of difficulty just placing controls where I want them to appear on the main screen. For example I want to add a few ImageButtons but they just seem to snap to one corner and I can't seem to add more than one.
Do I need to use a layout or something? Can't I just drag and drop and move the controls around where I want?
I suggest you start by reading a few of the developer tools out there. http://developer.android.com/guide/topics/ui/declaring-layout.html This guide will help you get your feet wet with how to properly layout a screen in Android. There are also a bunch of other great guides on there to help with other aspects of the UI. Even though you use C# in Xamarin Studio, the UI portion is native Android so the guides should still be relevant.
try to use relative layout , its kind of easy for visual studio developer and others too.
details here : http://developer.android.com/guide/topics/ui/layout/relative.html
I need to build an accordion lie animation and I have no clue where to start.
Can you please address me to resources and sample codes so I can better understand how to do that?
The closest thing I saw on Android is the cord animation in Go Launcher, so I don't know if it is possible, anyway I'd glad to even be able to create something like Go's animation.
Thank you
You can see an example in this screenshot from the iPhone app 'task'
http://www.youtube.com/watch?v=56isCnonYqA&feature=player_embedded#t=38s