Hello there,, im new in android app development
lets say, im creating a view with the exact height 500
but when the user use a device with the height of 300
i want it to be scrollable... how can i do that?
MsKimTaeyeon said:
Hello there,, im new in android app development
lets say, im creating a view with the exact height 500
but when the user use a device with the height of 300
i want it to be scrollable... how can i do that?
Click to expand...
Click to collapse
You could use a ScrollView as a wrapper: http://stackoverflow.com/questions/6674341/how-to-use-scrollview-in-android
thanks... it works :victory:
Related
Hello fellow Android lovers,
i am noob coder who just started to do some android programming. Right now I have my small app running but have some problems adding weather infos. What i want to do is just ask for the weather condition and based on the condition i want to change the source of my ImageView object. Besides i want to display the temperature and location.
Unfortunatly i could not help my self and find a solution. Maybe one of you guy can show a little example code. The stuff on the net are always too complicated :S
thanks in advance
BUMP
no one
Hi
In my application.I want to display the contacts available in the phone .Please any one tell me how to do that
aptgopal said:
Hi
In my application.I want to display the contacts available in the phone .Please any one tell me how to do that
Click to expand...
Click to collapse
This should get you started. Always good to read the docs before you begin, never know what you'll find
Hi
I'm very, very new in developing, i'm developing a app in Eclipse and my problem is that I cant get the app to scroll. What I mean is that when the screen is filled out with diffrent stuff that I want in my app, I can't get it to scroll down and making my app "longer" ?
I know this is not the best explanation, but I hope someone knows what I mean and can help?
Have a look at ScrollView
Ok guys, i think im ready to go to the journey of building my app. With the basic knowledge I have and Google by my side, I'd say I'm ready... or am I?
Ok, basically my app is basically like a planner, the user is presented with a calendar and the user clicks on a date on the calendar and a message comes up asking what to note down on that date. Thing is I have no idea how to do that. Well, I do, there seems to be a calendarview on the palette in the sdk but thats only for android 4.0 and upwards. Im trying to target to 2.3+ so I dont miss a chunk of people. Any ideas?
I think the problem with this question is your asking how to write an app, if you asked more specifics, your would get answers.
For something like this, all you need is the Calendar class, and then to assemble info and data in maybe a viewPager with GridView(s)
deanwray said:
I think the problem with this question is your asking how to write an app, if you asked more specifics, your would get answers.
For something like this, all you need is the Calendar class, and then to assemble info and data in maybe a viewPager with GridView(s)
Click to expand...
Click to collapse
That's true. A more specific question would be better. However, my suggestion:
I'd use a table layout for that. And for switching between months a ViewPager would be best.
For getting the Calendar data: There is a ContentProvider for that.
Knowledge
Do you have any Java coding knowledge? Have you tried making at least a test app before?
iCantEven said:
Do you have any Java coding knowledge? Have you tried making at least a test app before?
Click to expand...
Click to collapse
He has:
With the basic knowledge I have
Click to expand...
Click to collapse
He also has a thread in which he described his learning process: http://forum.xda-developers.com/showthread.php?t=2330767
Hi,
First, sorry for my poor English.... I'm french !
I need help to develop a photobooth application, i'm noob and after many days looking for tutorials, i'm lost!!!!
I'm able to use camera, save a picture on a sd card, and take another photo if i want.... But i want more!!!!
i want to take 4 photos and have them in 1 picture from top to bottom, after that i want the possibility to send that picture by mail....
if someone can help me.... I know, i'm asking someone to develop that app instead of me!!!!!
Thanks
arcar said:
Hi,
First, sorry for my poor English.... I'm french !
I need help to develop a photobooth application, i'm noob and after many days looking for tutorials, i'm lost!!!!
I'm able to use camera, save a picture on a sd card, and take another photo if i want.... But i want more!!!!
i want to take 4 photos and have them in 1 picture from top to bottom, after that i want the possibility to send that picture by mail....
if someone can help me.... I know, i'm asking someone to develop that app instead of me!!!!!
Thanks
Click to expand...
Click to collapse
You want to combine 4 photos into one am I right
Sent from my SM-G530H using XDA Free mobile app
hi!
Exact, i want to capture 4 photos and combine them into 1 from top to bottom with a frame between them!!!
Thanks for answer !!!
arcar said:
hi!
Exact, i want to capture 4 photos and combine them into 1 from top to bottom with a frame between them!!!
Thanks for answer !!!
Click to expand...
Click to collapse
It is possible first of all make layout where you have to add 4image view like you want make sure the title bar disable then make activity set the content to the layout then assign 4imageviwew and load it by id and set the img you saved into sdcard as bitmap then get the Decor View and make it into bitmap and compress it as jpg then saved to sdcard now.you are done
I can't give you the code as I am.not using pc
Sent from my SM-G530H using XDA Free mobile app
Thank you so much for your answer!!!! I'm going to try it!!!!
I'm not sure to success but i'm gonna try!!!!
With your help, i know what to look for on Google!!!!
arcar said:
Thank you so much for your answer!!!! I'm going to try it!!!!
I'm not sure to success but i'm gonna try!!!!
With your help, i know what to look for on Google!!!!
Click to expand...
Click to collapse
No need to say just hit thanks button
Here's the code
https://drive.google.com/file/d/0B5fRoz55yuSvc09YMzlBY2hWVU0/view?usp=docslist_api
Layout
https://drive.google.com/file/d/0B5fRoz55yuSvNlpDSHZhMkJEMGc/view?usp=docslist_api
Result
https://drive.google.com/file/d/0B5fRoz55yuSvYnZMXzhyRFJ1bXM/view?usp=docslist_api
Don't forget to give credit on your app its rule on xda lol!!
Sent from my SM-G530H using XDA Free mobile app