Slideshow Viewing app in Android - android

I have just now started with android. I am done with Simple Hello World projects and JSON based small projects.
I am planning to create a app to view slideshow of images.
Example : Folder will contain 4 to 5 images.
My app shld read the folder and display the images inside it as slideshow.
It would be of great help if anyone could guide or advice me, what all are the concepts to start with to proceed with this app.

I highly recommend checking out this guide from the google developer website.
http://developer.android.com/training/animation/screen-slide.html
Instead of a textview use an imageview on the fragment.

Related

Beginning with OpenCV in Android

I want to create an application that detects walls from the image and paints it with color choosen by user . I looked it up and found out OpenCV is a way to go.
I downloaded the sdk and imported in AndroidStudio.
I am a complete beginner to OpenCV and i would appreciate if i could get just the hints where to start from .
I want to know what terms and methods to look forward(in the docs) in order to implement this particular task (detecting wall in image and fillcolor).
What would be the steps required to process and manipulate image for this operation ?
Thanks.
You can start with some tutorials. It is a best way to satrt with adn learn some basics and claasses and their usage.
Soem links are as follows-
first-
Second

Share / repin button on pinterest

developing an app, and I was wondering if someone on here could give me some general information about what this thing from the pinterest app on both android and ios is called and where i can find out more information about how to create a more basic one etc... it is where you press down and hold on a picture and 3 buttons come up in a fan sort of pattern. here is a pic
thanks a bunch! Any info to start learning would be great!
It is called an 'ArcMenu' and one Android implementation can be found here:
https://github.com/daCapricorn/ArcMenu
Credit to 'Capricorn' for the GitHub library

How do I go about implementing Android UI, specifically this gallery?

This question has 2 parts:
1) I'm new to Android development and find implementing the UI on Android quite overwhelming. It would be great help if you could point me to some free UI libraries or give me some advice on how mobile developers go about implementing the UI. Is there some framework of "standard" UI framework which I can use to build simple stuff that aren't directly possible from the Android API? I want to focus more on the content of the app rather than building all the quite common design patterns from scratch.
2) Currently, I'm building an app, which needs to have a gallery. I'm thinking of this
I want to supply a Vector of Photo (which contains URL to the thumbnail and the actual sized image) to this View and get something like that.
Thanks
That app is simply displaying the photos in a gridview. There are many libraries out there but Nostro's Universal Image Loader supports adding images from urls into gridview. Universal Image Loader

How to do "android drawing pattern to unlock" using COCOS2D API

I want to do a task which is very similar to "Android Drawing Pattern to Unlock", where in there will be circular images in a GridView and straight lines connecting the images will be drawn dynamically based on user touch. Please suggest me preferably with code snippets.TIA.
Actully, you didn't write your code into the question .so I think you are developing Android Application with COCOS2D first time.
Here is some awesome example links that may Help you to learn this.
1)COCOS2D Basic Game
2)COCOS2D MUltiplatform
If you want help regarding code please post your code here.

Android Gallery View Semi Circle Theme

Hi friends i am planned to work on user interface part, i wanted to make my own user interface for my gallery application. for example gallery view should be in semi circular view. can any one suggest me on this
Thanks in advance
Do you want something like this!!
you can find it in this link
sorry but the link is in french language but you can find sources in the bottom of the page Mirror links
You should start by learning more about the Gallery in general. This link would make a good start.
Understand that code, go through the tutorials and begin experimenting on making incremental changes and seeing if they work.
Using this knowledge and prototype code start thinking about how you might go about creating your custom semi-circle gallery. Experiment and try some different things.
When/if you run into any issues or specific problems, post your question on a new thread and I'm sure you will find people willing to help you out.

Categories

Resources