I just want to add a button (may be a refresh button) in the title of an application in my android application.
Please guide… and provide code block if possible…
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe you are talking about a Actionbar but that does not offer backwards compatibility prior to API Level 11. There are several open source actionbar implementations, such as this, this, or this. Or, you can simply create one yourself.