I want to know how to open camera, take picture and also I want use this picture to send it. Similar like in Snapchat, I want take photo and then send it to some users which I have on Parse. Thanks a lot.
check this out. It explains it clearly.
Related
I want to build an app than should capture a video and upload it to MY YOUTUBE Channel.That's means all the people who will use this app they capture or choose a video and upload it to my channel.I have done all kind of work the problem is uploading it to my channel.Is there any way to do this ?? if it possible please let me know the way to do this.??
You can turn your YouTube account into a Brand Account, and then allow people to upload to this channel by making them Owners / Managers. This is explained in more detail here: https://support.google.com/youtube/answer/4628007?hl=en-GB
You can learn how to make your account a Brand Account by reviewing the Docs found here: enter link description here
Hopefully this points you in the right direction...
So I was looking at the settings in CM10.1(4.2.2) and I saw an option to change the color of the softkeys using a color picker.
Now i'm working on an app and though doing something like that would be cool. But I don't understand how it does it. How does it change the color using code, and why doesn't it require a reboot?
Also, could I use a similar process to change the Colorado of the wi-fi inside my app as well? How would one do this. I am interested in how you can do this, as it would make a great addition to my app.
I saw I wasn't the only one wondering this, and I think this is a good question. If someone could, can you maybe explain what could be going on, and then explain how I could do it, and maybe give me a link to some code to take a look at?
Anything would help. I'm curious, but baffled. I think an answer could help not just me, but many others. Thanks!
Short answer: You can't using the public SDK.
Long answer: This is not a feature of stock AOSP. Cyanogenmod is a heavily modified version of Android, and features like this are implemented at a ROM level, not an app level. If you want to include this feature, you'll have to customize Android at a source level and build a system image for each and every device you want it on.
(Source - Google Employee)
The title speaks for itself really. I was wondering if there is some simple way (similar to opening the Photo Gallery) to select an image in Google Images and then passing it back to an ImageView for Android?
Has anyone done this?
It's a fairly commong task within android. You can take a look to the following tutorial to accomplish exactly what you need.
http://viralpatel.net/blogs/pick-image-from-galary-android-app/
Good luck!
we are designing screen-casting system we found out one library in javascript html2canvas which can provide us image of webpage.now i also the idea of how to convert that series of image into video. now we want to broadcast this video and we want to do this process as live so that user can feels that he is getting real time video from the other user kind of team viewer or skype does.
Now first things is it possible to go by this solution and if than what is best possible way to create video and broadcast it.
does anybody have another solution for it
thank you
Hello I am trying to pull information from a page on Wikia for The Beatles and I am not sure how I would even start to go about this, I am making an app where I have a listview of The Beatles' albums and when someone clicks on the album name I want to pull the info from the Wikia to my app so I don't have to update it with new info when and if more is added at a later time. But I cannot figure out how I would get the info from these pages. In my app I have the layout so it has the little sub-titles like the wikia such as Tracks, Side 1, Side 2 and so on. the wikia is located at http://beatles.wikia.com/wiki/Please_Please_Me_(album), and the subtitles give me the address of http://beatles.wikia.com/wiki/Please_Please_Me_(album)#Side1, if someone could please shed some light on how I could do this that would be a great help, I thank you in advance.
I was also thinking of just directing the app to show the mobile version of the wikia page in the app but I don't want my app to suffer from people saying "oh why is it like this when you can just go to this page in your browser? I want to have as much originality as I can, but if someone thinks this would be the best way to go please let me know your thoughts. Thank you all again.
-Kik
Wikia is based on the new Nirvana Application Framework.
Request an API key
Read the documentation from here
Send appropriate requests to get the required information.
You can also use any of the following client libraries.