Tagged Questions
0
votes
1answer
42 views
Add new string to resource string array dynamically
Im making workout log and i want that ther user will be able to add new exercise types.
I made string array in the resources and a spinner that will take the strings from the string array in the ...
0
votes
1answer
176 views
Send ListView results via Messaging application
I am very new to programming. I have an app that has several views. The Main view shows a list such as Breakfast, Lunch & Dinner. When a an item is selected, example Lunch, a list of lunch menu ...
0
votes
2answers
838 views
Get item value in arrayadapter
I want to get the value of the selected item in the spinner. I am using array adapter.
<string-array name="my_list">
<item value="">---Select the value from the ...
0
votes
1answer
1k views
How do i use one string array entry based upon its position within the array (Android)?
I'm trying to produce a simple oracle app where when you ask the app a question it spits out an answer based on a random number.
I've done some research and it seems to me the best practice way of ...