Need Help-Vault android app - Java for Android App Development

I need help to make an Android application. The application i want to develop is like a vault. The vault should be able to store files such as text documents,images and videos. The files present in the vault should be encrypted in the sd card. Basically they must be secure.
Also i'd like the app to have a 3 level of security to open the application. For example the first level of security could be a 4 digit code,followed by a pattern,and then followed by a question.
Can anyone point me to a similar app with an open source code? Or if possible for anyone,can anyone take this up as a challenge and develop this project for me. I want to develop this application for my mini project. I have no intention to put this in the play store or gain any profit from this application.
Can anyone please please help me?I'm desperate....

Do YOU want to code it or do you want that OTHER people code it?
Can you program? Have you ever code an android app?
Regards

EmptinessFiller said:
Do YOU want to code it or do you want that OTHER people code it?
Can you program? Have you ever code an android app?
Regards
Click to expand...
Click to collapse
Thanks for the reply.
I haven't coded an app from scratch, but i know how to modify the source code of the app. So if possible, if there exists an app with similar features and is open source, could you point me towards such an app?
If not, then maybe if possible, people on xda developers could code it for me?
Need help...

SufiyanSadiq said:
Thanks for the reply.
I haven't coded an app from scratch, but i know how to modify the source code of the app. So if possible, if there exists an app with similar features and is open source, could you point me towards such an app?
If not, then maybe if possible, people on xda developers could code it for me?
Need help...
Click to expand...
Click to collapse
I do understand that you need it for your project. But to be frank I dont think anyone would code that for you people here can only guide you in right direction.
Rest its a whole project in itself, if anyone would code he/she would put it in Play Store itself.
Sorry

coolbud012 said:
I do understand that you need it for your project. But to be frank I dont think anyone would code that for you people here can only guide you in right direction.
Rest its a whole project in itself, if anyone would code he/she would put it in Play Store itself.
Sorry
Click to expand...
Click to collapse
Thanks for the reply. Yes i do understand what iam asking is unrational. But still, i thought i'd try. Can you guide me to any open source applications of this type? That would be of great help

Related

[SOURCES] iperov's Pocket Guitar

Hello everybody.
My pocket guitar app is hobby work, and I must do my main work.
So I decided to publish the Pocket Guitar sources.
Those who wants to take a party developing can offer suggestions about the CODE in this topic.
Anybody who wants can declare themself as a main coder who will compile and publish the versions.
Information about the sources:
C++
VS2005
Pure WINAPI to get maximum performance from hardware.
Assembler inserts for ArmV4 and ArmV5.
Problems need to fix:
1) crackling sound:
Audio buffer is 23ms.
To fix: either increase buffer size to get slower response, or test any modifications on devices with crackling sound to retrieve the problem.
2) screen compatibility
3) app stops working when inactive (incoming ring etc)
And my main HOPE is that in any of your apps you will use only WINAPI, rejecting suxx like .NET and other brakez ****.
http://dl.getdropbox.com/u/28559/PocketGuitar/iperov.PocketGuitar.src.zip
I'd really like someone to figure out how to re-orient the strings so you don't have to flip your PPC to get them stacked like a classic right-handed guitar! Other than that, this is a super app!
App
i can run the app, but i try to swing the string
it doesn't work - -
i am using LG KS20
thx
thank you 4 great app but My LGks20 has the same problems. i dont know why !
Hey, i dont understand the difference between the "winapi" and .net?
if i have .net on my ppc will i be able to install this "winapi" and will program`s that require .net still work?
Sorry if this question is qrong in context, i really dont know what they are.
lol! dont worry guyz! iv figured it out!! hahahaha!
google is the best thing since sliced cheese
Does anyone have the source code of this program?
I hope u can fix this
Can u reupload the source please ? thank you
reuploaded
Thank you !!
Can anyone help me to get it installet on my HD 2? Cant get it working.
did anybody start on this project??
i think this guitar apps can be as popular as andriod one as the idea of using the hardware button is freakin awesome!! please finish this giantic software for us !!
re:sylar
Sylar00 said:
Can u reupload the source please ? thank you
Click to expand...
Click to collapse
brot,did u get the source n solve dis software problem?
Wow!
Thanks for opening the source code of an amazing software!
I wanna take this and will make some change, corrections, improvements, and so on...
Can you inform me that there is any code that must not be opened?
I mean, is all these source files in the zip file are your own?
Then I'll apply the MIT license and post them on code.google.com.
Please reply me. Thank you.

Ok, im starting to build my app

Ok guys, i think im ready to go to the journey of building my app. With the basic knowledge I have and Google by my side, I'd say I'm ready... or am I?
Ok, basically my app is basically like a planner, the user is presented with a calendar and the user clicks on a date on the calendar and a message comes up asking what to note down on that date. Thing is I have no idea how to do that. Well, I do, there seems to be a calendarview on the palette in the sdk but thats only for android 4.0 and upwards. Im trying to target to 2.3+ so I dont miss a chunk of people. Any ideas?
I think the problem with this question is your asking how to write an app, if you asked more specifics, your would get answers.
For something like this, all you need is the Calendar class, and then to assemble info and data in maybe a viewPager with GridView(s)
deanwray said:
I think the problem with this question is your asking how to write an app, if you asked more specifics, your would get answers.
For something like this, all you need is the Calendar class, and then to assemble info and data in maybe a viewPager with GridView(s)
Click to expand...
Click to collapse
That's true. A more specific question would be better. However, my suggestion:
I'd use a table layout for that. And for switching between months a ViewPager would be best.
For getting the Calendar data: There is a ContentProvider for that.
Knowledge
Do you have any Java coding knowledge? Have you tried making at least a test app before?
iCantEven said:
Do you have any Java coding knowledge? Have you tried making at least a test app before?
Click to expand...
Click to collapse
He has:
With the basic knowledge I have
Click to expand...
Click to collapse
He also has a thread in which he described his learning process: http://forum.xda-developers.com/showthread.php?t=2330767

[Q] Android App: create twitter feed platform

I am interested in creating and android based app where short posts like twitter can be shared with a group of people who has that app. So for example if 10 people have this app and one of them decided to create a post and share it then all the other 9 people should be able to see it in there feed. I am new to app development and was hoping I can get some kind of guidance from here as to where to start. I am not sure what kind of platform or technology is used in facebook and twitter for this specific purpose but I would like a similar setup. I really appreciate any help or guidance to help me get started and thanks in advance.
Google Cloud Messaging might be helpful in that case: http://developer.android.com/google/gcm/index.html
I'd, however, suggest to create some easier apps first, just for learning. Keep in mind, a twitter clone is a big and difficult project.
Smaller project
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
sbcoder said:
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
Click to expand...
Click to collapse
I don't know how to do that as I've never really been interested in networking. I'd suggest to do something without networking as your first application to get used to Android's UI elements and to Android code in general.
As soon as you understood that you can do as much networking as you want but I would start with something that is easier. (A calculator is a typical beginner project. )
sbcoder said:
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
Click to expand...
Click to collapse
i ll give the example of Facebook
there
newsfeeds run on Hadoop
messages are on nosql not sure about this
all the searches you perform on the new graph interface (exculding those on messages) are through FQL
its a language of their own Facebook Query Language
Python is the backbone of it all, chief scripting language on thier server
of course the webinterface you see is php and javascript
........ this much only i know
but there are a few more
as u can see there's more to it than it seems to be so starting with such a thing won't be a wise decision !
"no hill too high to climb" - proceed this project if you really want to !
Sent from my GT-S5302 using Tapatalk 2

Adding intro.mp4 into apk

Like the title says how can I put a video into apk and let it play after someone opened the app
No one helps me ? I thought this is a forum
It is a forum. What you are asking for though isn't java help, its smali help so you're asking in the wrong forum. I would recommend doing some serious research into the decompilation process of apks. Additionally to me this looks like you are trying to make a spam version of a normal app (won't ever work btw because of the apk signing process) so its not really any wonder why no one has offered any help.
Jonny said:
It is a forum. What you are asking for though isn't java help, its smali help so you're asking in the wrong forum. I would recommend doing some serious research into the decompilation process of apks. Additionally to me this looks like you are trying to make a spam version of a normal app (won't ever work btw because of the apk signing process) so its not really any wonder why no one has offered any help.
Click to expand...
Click to collapse
I dont want to make a spam version its for private use
I saw modded apks which have toast frame messages and even a splash screen so I tought it would be possible to add a video too
PaulRichter said:
I dont want to make a spam version its for private use
I saw modded apks which have toast frame messages and even a splash screen so I tought it would be possible to add a video too
Click to expand...
Click to collapse
It is, its just a lot of work and I doubt anyone in this forum would be bothered enough to do it in smali, besides the developers that actually know smali properly enough to do this are very few and far between.
Jonny said:
It is, its just a lot of work and I doubt anyone in this forum would be bothered enough to do it in smali, besides the developers that actually know smali properly enough to do this are very few and far between.
Click to expand...
Click to collapse
Can you move the thread to proper forum ?
And btw maybe its possible to just make a splash screen but use an animated gif that would be awsome

Android app selenium/webpages

So i coded a while ago in python to make a little project with selenium drivers
what if i want an android app that if i put in the username and password, it will put that in the website and login retrieve a string and print that on the screen without opening a browser? and seeing all of that? it that effecient to do with selenium? i want something i can use in android studio so that i can put in and retrieve information from web pages from and to and variable...
how would i do this?
thanks in advance! :
asimo_1 said:
So i coded a while ago in python to make a little project with selenium drivers
what if i want an android app that if i put in the username and password, it will put that in the website and login retrieve a string and print that on the screen without opening a browser? and seeing all of that? it that effecient to do with selenium? i want something i can use in android studio so that i can put in and retrieve information from web pages from and to and variable...
how would i do this?
thanks in advance! :
Click to expand...
Click to collapse
Hey,
my first idea to this Problem would be old plain manual parsing. So you would have to reverse engineer the structure of the requests the website needs. Then you can submit 6our values and must be able to get the values out of the http Response.
Greetings from Germany
P.S. Not many people look in this forum for help. So maybe you get not much help here. Sorry.
P.P.S. I never worked with Selenium, so I'm unsure if you can use it directly in Android Apps
pbeckmann said:
Hey,
my first idea to this Problem would be old plain manual parsing. So you would have to reverse engineer the structure of the requests the website needs. Then you can submit 6our values and must be able to get the values out of the http Response.
Greetings from Germany
P.S. Not many people look in this forum for help. So maybe you get not much help here. Sorry.
P.P.S. I never worked with Selenium, so I'm unsure if you can use it directly in Android Apps
Click to expand...
Click to collapse
Thank you very much!

Categories

Resources