Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Android
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Experimentation for Engineers: From A/B testing to Bayesian optimization
this week in the
Design
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Tim Cooke
Paul Clapham
Liutauras Vilda
Sheriffs:
Junilu Lacar
Rob Spoor
Jeanne Boyarsky
Saloon Keepers:
Stephan van Hulst
Carey Brown
Tim Holloway
Piet Souris
Bartenders:
Forum:
Android
how to update textview value
shawn peter
Ranch Hand
Posts: 1325
1
posted 9 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
below is my method
public void onButtonClicker(View v) { Intent intent; switch (v.getId()) { case R.id.txtSchedule1: String like=saveShedules("Schedule 01", "1"); break; default: break; } }
after saveShedules method i need to change the text valu of a textview
i tried with below
TextViewBlank11
but it doesn't give me .settext to chnage the value.How to do this ?
Steve Luke
Bartender
Posts: 4179
22
I like...
posted 9 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What does the API for
TextView
say?
Steve
shawn peter
Ranch Hand
Posts: 1325
1
posted 9 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks Steve.I found it.
It is difficult to free fools from the chains they revere - Voltaire. tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Onclick listener for TextView
No Activity found to handle Intent { act=com.application.activity.MainActivity }
Problem in accessing value of global variable
telephonyManager.getCellLocation() gives null
Guidance in reference to splitting up this class to manageable parts
More...