Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How to create the following help view for android application. This image is from Zapya application and it's appear after first open.
You can try TourGuide(https://github.com/worker8/TourGuide).
screenshot(https://raw.githubusercontent.com/worker8/all_my_media_files/695d9a2/2015-07-01_screenshot.png)
Or MaterialIntroView(https://github.com/iammert/MaterialIntroView).
screenshot(https://raw.githubusercontent.com/iammert/MaterialIntroView/master/art/materialintroviewgif.gif)
Or you can do it simply.
Change layout to :
<FrameLayout>
<your rootView/>
<your guideView/>
</FrameLayout>
When people enter this page,you show your guideView.When people click the next,you hide guideView.The transparent area can be implemented by adding a same view in your rootView or changing the ondraw of your guideView.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
how to Slide an activity like the image below, after sliding the trail of the activities must be visible like the below image.
enter image description here
you can use this library DiscreteScrollView just you need to customize the adapter layout as your requirement.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Basically I want to insert navigation drawer and button inside AutoCompleteTextView like search text in google map.
How do I do that ?
thank you very much.
First you need to define your layout (the searchbox), which will have an ImageView. Then you can add an OnClickListener() to open the NavigationDrawer.
You could combine it with something like this:
Add search toolbar over google map like in native android app
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
i wanna create xml backgroud for item of my list but backgroun must be like it
how to do it, please help
you don't need to create new xml for backgound, just add to the items xml this background
android:background="#android:drawable/dialog_holo_light_frame"
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Just like the picture shows, let in horizontal, every item in my RecyclerView will have a ImageView and TextView
i want to make this in horizontalenter image description here
You could use this CircleList library, that it does almost the same as you want.
The effect is made with this MatrixView, you can copy it and do the effect as you want.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to add another 1 full-width row on the top of the Grid view that is not divided into two?the content was same but the image would be display on right. here's the link to the tutorial i followed : link to the tutorial i will mark this answer immediately for those who can solve this thanks!
You just make a change in Xml, in gridview jst change with android:numColumns="1"