My friend is complaining after he updated his s8 he lost the ability to cut and paste parts of pictures onto other pictures to create memes .. any idea on how to do this easiest . He swore he could before some update
I think there is Meme Generator Free, an app for making memes. Have your tried it?
Related
Hey all-
I am very new to developing (and Java). Currently working on my 2nd android app so be gentle here. Is there a way, or a good work-around to display web-based pdf files with android? Basically I am trying to have one of the buttons in my program pull up a website that happens to be a web-based pdf. I don't believe WebView will support that.
I have tried converting the pdf files to .png but I loose all the resolution I need as I need the user to be able to zoom in and see the detail.
Is there anyway to either host the pdf file on-line as something else and/or convert it to something else to make it available off-line?
Thanks for any help
Just throwing this out there, but why not have the link download the PDF file to the user's phone.
Only downside I see to this is in the even that the user doesn't have a PDF "viewer."
Otherwise, I'm not aware of any real way to display a PDF within the browser.
If someone can work this out, I'd be interested in learning his/her technique as well.
Thanks for the reply- I did think of doing it that way but I didn't want to make use of my app dependent on another app- It sounds like that's what I will have to do though as I have searched high and low without finding a solution. I had wanted to make two versions of the app- in the free version the user would need web access, in the paid version the user could have off-line access.
With Adobe's pdf viewer on the market for free and most new phones coming stock with pdf viewers, I suppose it wouldn't be the worst thing in the world. Is there no graphic format I can convert a pdf to and then host on-line? Thank you again
OREGONMX said:
Thanks for the reply- I did think of doing it that way but I didn't want to make use of my app dependent on another app- It sounds like that's what I will have to do though as I have searched high and low without finding a solution. I had wanted to make two versions of the app- in the free version the user would need web access, in the paid version the user could have off-line access.
With Adobe's pdf viewer on the market for free and most new phones coming stock with pdf viewers, I suppose it wouldn't be the worst thing in the world. Is there no graphic format I can convert a pdf to and then host on-line? Thank you again
Click to expand...
Click to collapse
Yeah, I know exactly what you are saying. Having an app-to-app dependency can cause quite a hysteria with users. They'll complain that the app is faulty and rate it 1 star.
My other suggestion would be to screenshot the PDF, page by page, and paste them into Photoshop and save the files as jpg's with the highest resolution. It will definitely take up a lot of your time if you have a lot of PDFs with many pages. Granted, you'll be taking up much more space, and the image will be loading a lot slower but you'll have pretty neat quality.
You'll have to weigh the factors on what you find more important - speed or quality.
If you don't mind me asking, what type of app are you making.
Thanks again- well just a few minutes ago my friend who is a bit more proficient with the whole coding thing came up with an idea that might just work-
he suggested taking the PDF and splitting it up into several different images and just creating an arrow button on the sides or top or bottom (depending on where in the image you are looking) and then applying an onClickListener to the buttons which will call up a different image view, which would be the next corresponding image/area of the pdf. I'm hoping that by cutting the pdf into small pieces like that and saving them as either jpg or png files I can retain the resolution I am after AND host them on-line myself for the free-app and give users the option to download the pdf to their SD card in the paid version- which would make my original idea a possibility.
My app is a program aimed at dirtbiking enthusiasts- surprisingly there is not a lot of crossover between the dirtbiking community and the developing community- I am all alone Ha!
I don't imagine I stand to make a bajillion dollars but learning android and java and actually seeing what I am doing work (sometimes) has been a fantastically gratifying experience. Just wish I had more time to do it- a 4-year-old and 5-year-old + wife + full-time job make it hard. I'm in no hurry though
That sounds fairly similar to what Facebook has on their "Touch" version of their site (touch.facebook.com)
If you view pictures within an album, you'll notice you get the arrows on the bottom left and right to keep switching between pictures.
Sounds like that would definitely work.
Keep me posted on your app. I give you props for even being on your 2nd app, as I've seen many people in your same situation (wife, kids, job) just give up after downloading the SDK.
But yeah, I'm interested to see how it turns out.
Thanks hopefully my vision will come together sooner rather than later. I'll keep you posted
Sent from my SGH-T959 using XDA App
Does anyone know how to tag a photo if it was taken on another phone? I have some pictures from my x1 and when I import them to the x10, I cant tag them so that when I view the contact, it will show up in My Photos section in the contact. Much Thanks for any help.
The phone automatically checks for faces in any photo that you import, transfer, download, etc. Unfortunately, it doesn't recognize every face as a face.
Sent from my X10i using XDA App
is there anyway to manually tag them?
This puzzles me, because I copied over a couple of albums from our PC so I could take them to show my family. On some pictures it gives you a little + sign which you can then click to tag them but I have some pics where its two people, face on and one gets a plus sign and the other doesn't. There doesn't seem to be a way force a tag on to it in a Facebook-y kind of way.
suzed said:
This puzzles me, because I copied over a couple of albums from our PC so I could take them to show my family. On some pictures it gives you a little + sign which you can then click to tag them but I have some pics where its two people, face on and one gets a plus sign and the other doesn't. There doesn't seem to be a way force a tag on to it in a Facebook-y kind of way.
Click to expand...
Click to collapse
where did you see the plus sign? When I view it in mediascape it doesnt give me any plus signs.
When you are viewing in mediascape, touch the screen and it brings up all the symbols at the bottome and the slideshow settings etc... it also brings up the + sign then. (Well if it decides that someone has a face worth tagging!!)
so there isnt a way to force the tag? or manually do it? Now that is dumb
SGK128 said:
so there isnt a way to force the tag? or manually do it? Now that is dumb
Click to expand...
Click to collapse
maybe in the next firmware update or in the next Android 2.1 update (that promise an UXP upgrade which means MediaScape & TimeScape update) the manual tagging will be implemented.
Good Afternoon,
I am in need of some support or help if possible please,
i am trying to create an application using the new android studio(this is my 1st time trying to make an app)
i have managed to get my logo as the app icon
got a contact icon /name/tel number and the app to load on my nexus 4 ok and i can change the details on the app from my phone,
i am now truly stuck. i require photo albums to be in the app with tabs,
the app is for my small business
i ideally need 2 tabs at the bottom (about us/photos)
the photo tab to load all the albums of photos i need to be viewed by people 20 albums about 200 photos in total.
i have tried and tried to follow guides but they seem to be all for eclipse and eclipse wont let me create a new app at all(all updated just wont show the next button after package name ect...
this is the only app i need to make, i would love to try and make myself but this is proving either to hard for myself or im missing something very basic....
are there devs on here that create small apps like this at a cost ?
are there any better tutorials for the new studio builder?
any feedback welcome.
regards
XDA is not a place where you can hire devs as far as photo album are concerned I recently worked with one They're quite simple to build but rendering Images on them is a pain but once you get the algorithm right it's all good take a look at a very scratch version of what I made If its something you'd want I can help you with it
Sent from my GT-S5302 using Tapatalk 2
Normally when I do this it does not work or it shows a broken picture, I mean the "IMG /IMG" with [ and ]
Where do I have to upload the picture so that it shows correctly?
There are many picture hosting sites that you can use - A good free one is http://tinypic.com/
You can either just upload pics or register for a free account to save your pics for long term use
Once uploaded it will give you the codes to use in a different ways - eg forums email webpages and so on
Just paste the IMG Code for Forums & Message Boards - remember you might want to use the option when you upload your pic to resize the pic to message board size else the pic might appear huge on the forum - However if its something with text that needs to be seen clearly you can upload it at full size and the put the HIDE tag around the IMG code - This will hide the picture in the spoiler on the post so people will need to click the spoiler to see the pic - tus will save loading time and keep the thread looking cleaner from really large pics in posts
Just a quick question, once you have created one of these AREmoji things on your phone, you can use it as the profile picture on your contacts for instance, but does anyone know where these images / aminations are actually stored on the phone ? Ive had a quick browse through my device using root browser and nothing really stood out, I found an AREmoji folder but there was nothing in it.