How to load panoroma 360 degree image from url in my android application? - android

Explanation: I am new to android. I don't know how to load panorama image in my android application.I tried more it's loaded from the drawable folder. But, i want to load it from the url to my android application.
Many of people suggest me to use panoramaGl ready-mate library. i tried this libraries too but not gave the output as much i expected.
Please, help me what is the best solution to load panorama image from url and load into my android application.

Kindly refer, it may help
PanoramaImageView Library with guidance in Android App
Another option is to use Panoramagl-android library

Related

Stitching of captured images to form Panorama

i am trying to find something related to photo stitching in order to rotate images in penormic view , but i am not able to find any sample code for this , i have got one CardBoard sdk of google , but in that SDk i have not found any sample of stitching images . I even found one library named panoramagl here is it's URL :-
https://github.com/niveuseverto/panoramagl-android
But it again just rotate the pre-defined pnarma image. I just want to know that is there any library present which can provide me the sample of stitching the image and make its panorma.
i even able to found two links but do not know how to use it :-
http://www.cs.cornell.edu/courses/cs4670/2010fa/projects/final/results/group_of_acc269_ty244_yc563/cs4670_final.html
and this :- http://www.findbestopensource.com/product/android-opencv-panorama
but how to use it ?
Any help would be greatly appreciated!!!

android how to convert pdf to image and load in imageview

I'm developing an android application get the PDFs from j son and convert the PDFs files into image and display converted images on a image view. (not a web view or PDFs viewer)
i need to convert the PDFs to images and load that images on a imageview. is that possible??
and how can i achieve this task.
i have followed this and this.
appreciate any help ..
I have recently worked in the same context ,PDFViewer via native solution (ndk) , the best solution which i have found it is mupdf library is under GPL licence .
You can inspire your solution from this project : https://github.com/smartmobilefactory/PDFViewer-Android
You need compile the native library of mupdf and then compile the project .
Get some idea how to compile it : http://mupdf.blogspot.com/
Good luck

What is the best way to download images using multithreading ?

I'm trying to download image from web. For single image I downloaded successfully. But I want to download more images with multithreading. Any tutorials or leads regarding this will be helpful to me.
As for me, simplest way to do to this - use some third-party library with caching system and post-processing. Most popular is:
1) Picasso from Square team
2) Universal Image Loader
I'm using this library works fine and has a lot of options

Android: how to load pdf within app?

I have:
First goal: figure out how to load a PDF from the internet and display it whithin my app
Second (maybe more complex) goal: download a pdf and display OFFLINE within my app
I looked for some solution on stackoverflow and on the Internet but I can't figure out how to implement it
For example I found Mupdf and the source code of some PDF viewer for Android but I'm quite confused: why is so difficult to display a "simple PDF"? Is there any Java library that will do it without incorporate external source code etc.?
Any suggestion is really appreciated.
Thanks in advance!
There are some libraries and sdk.
This might help you
http://www.qoppa.com/android/pdfsdk/
http://code.google.com/p/droidreader/

loading SVG on android program

I want to change bitmap images (.png) in my android application to SVG images. I work with the android basic engine.
what is the best solution?
thank you for help :)
SVG is not a image supported by android
http://developer.android.com/guide/appendix/media-formats.html
That means you need custom code to make it work
I haven't tried myself but a quick google search and voila
http://code.google.com/p/svg-android/

Categories

Resources