Alex Vandusen

Greenhorn
+ Follow
since Jun 14, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Alex Vandusen

How do you make a menu.
12 years ago
I know that I mean like what am i gonna need for the. Am I gonna need a graphical editor or something like that. What are the programs I will need to get.
12 years ago
I wanna make a game for android and I want know how to go about doing this.
12 years ago
I found the webview widget but I can't figure out how to use it. And also would have to add a webview widget for each link??
12 years ago
and how would i direct my three different buttons to three different xml layouts within that one class?
12 years ago
I have a xml layout with three buttons and i assigned an activity to one of the buttons and it worked fine. When i went to do the second one i was confused about where in my class file i was suppose to add the code so i just made another one but it wouldnt work so my question is how do i assign those three button tasks in only one class file or do i do it a different way
12 years ago
I want to have a place in my app where users can submit text. How would I set that up to where when the user submits text where can I make it go so that I can view it. And do I have to make an update for the app everytime I add new text files or is there another way
12 years ago
It's not a web app it's an android app or is webview for android apps
12 years ago
I want to add YouTube videos to my app but I'm not sure how to go about this. What are some ways I can I add YouTube videos to my app. Should I download them all or just use links.

Also if I were to add photos and large text files would I have to use a database if so how would I go about that
12 years ago
I am making an application using eclipse and im not sure how to handle this. I want my app to have multiple screens. Should i design them all separately or is there another way.

When the user clicks the button i want it to send him to the next screen but i want it to be a whole different screen. Also how would i include a back button that brings it to the previous screen.
12 years ago
I know I could and it makes it seem like I'm lazy but I've seen many videos and actual upclose software where it automatically put the text that way.
heres the problem.

this is how the text showed before i changed it.

<Button android:id="@+id/widget31" android:typeface="sans" android:text="Enter The Land Of COBUS" android:layout_height="wrap_content"
android:textStyle="bold" android:layout_alignParentBottom="true" android:layout_width="match_parent"></Button>


it was really expanded and ive watched tutorials and there text just lines up automatically. i was wondering if there was a way to just make it look like this everytime.


<Button
android:id="@+id/widget31"
android:typeface="sans"
android:text="Enter The Land Of COBUS"
android:layout_height="wrap_content"
android:textStyle="bold"
android:layout_alignParentBottom="true"
android:layout_width="match_parent">
</Button>
my code lines are expand and i was wondering if there was a way to collapse them all and make it that way everytime.
http://www.youtube.com/watch?v=Ki-j16GZ4hY heres the link to a video i posted that shows the exact problem.