How to add an Image to ShowcaseView library - android

I want to add a picture maybe an ImageView on top of showcaseView like in this example pic. I've researched regarding this thing but found nothing. I know this is possible , I've seen it on showcaseview's example on playstore. picture below:
What I really want to do is this. The library is not well documented. How can I achieve this?

Related

Android image slideshow maker with animation, affacet

I am going to create an application as a picture slideshow maker. But I dont know which library will help me to create the video from a list of image.
I found out some suggestion about FFMEGP for android. I tried it out, but it's not smooth, no animation, no affect. I am not sure if I can customize it.
for ex: I want to create an application like this one : https://play.google.com/store/apps/details?id=com.scoompa.slideshow
this app is awesome, a lot of image transitions, affect style, adding text, icon.
would someone please help me to understand which library or solution they re using !
I am very appreciated! thanks all in advance.

How would you implement this tutorial screen in Android app?

I saw this when I first started and opened my emulator and wanted to include something like in my application.
Does anyone know how you implement this tutorial? Do you basically have a layout file with a TextView, ImageView, and a Button? And inflate it with some kind of dialog fragment? Is there a way to account for the transparency as well?
I experimented with a dialog fragment but mine looks nothing like the screenshot above. (no transparency, position at center, etc...)
I have never used it so I can not give you a code example. However it is documented in the Help Section of the developer documentation.
This library can help you too.

How to make a spinner with icons in a form of table layout dynamically?

Anyone know how can i achieve a list like this in the picture? I want to add the images in the project, and create a layout that will pick them up and put them automatically in the layout. Not manually to import all images in the layout.
So like this if i add a new image in the app then it will be picked automatically.
I didnt try anything yet as am not sure how to do it.
All i found in the web is layouts with each row having 1 icon, but thats not what i want.
Any info or a link i can use anyone?
You just can't do that with a Spinner.
You need to use a GridView.
Normally we won't use TableLayout if there are so many images, which will cause Out of Memory Error if too many images loaded. Use GridView instead, very easy and meet your requirements. Look into ApiDemos for some sample codes.
I managed to solve this. Here is the link that helped me out: http://iserveandroid.blogspot.com/2010/12/custom-gridview-in-dialog.html

Layout like radial menu

I have to design something like this and add click event for each block,how should I proceed for that.Could anyone guide me regarding this
I know that's too late to reply but this is for the developers who needs some functionalities like this now onwards in their projects..
Look at this demo Project on github
You can make this by own dynamically too by using screen width & screen height , but that would be too complicating..
Better to use the Library or Third Party for that..
You can get some of demos like this too..
https://android-arsenal.com/details/3/1142
https://android-arsenal.com/details/3/1754
Hope that helps others too.

How to get boxes with shadow on an Android application UI?

I'm going to develop a UI something like the image below, but I don't know how can I get boxes likes this with shadows behind ?
How can I achieve this ? I'm wondering if TableLayout may be a good tool for this but I don't know where to start and how to add shadows. Any helps appreciated.
Take a look at this blog spot, "Definitely the most helpful post on this subject, 10x." :
http://www.uifuel.com/android-creating-a-drop-shadow-in-xml-layout/
You can also use 9-patched images. Here you can find a good tutorial.

Categories

Resources