Derek, I have seen other video tutorials on android dev; your stand out in a way that I can just sit and watch all your tutorials at once..your lectures are really fun to watch and enjoyable. Thank you for that...every student should have a professor like you
@derekbanas9 жыл бұрын
+sriballa2002 Thank you for all the nice compliments :) I'm very happy that you like them.
@BrickleRex7 жыл бұрын
Hey Derek just wanted to say thank for these tutorials! What im doing is watching these tutorials and doing the same in kotlin. I have to say its much easier.
@WirIez7 жыл бұрын
Hi man! Even though these videos are "old" they are helping me so much! Thank you so much! I have project in Android and your videos are really helping me out. Have gone through video 1-6 and I am starting to grasp things much better now. Can't thank you enough for putting these videos up :)
@derekbanas7 жыл бұрын
It is nice to hear that they are helping :)
@SpamDestroyer8 жыл бұрын
Thankfully since Android Studio is well out of beta, the first portion of this video probably won't apply to you! 5:10 is when he starts showing how to pass objects between two activities.
@ARFallaha10 жыл бұрын
Great video! Loved the idea of whats next at the end. Also I'd recommend "for the future videos" that you show us in the beginning of the video what we're making "the final app". So that we can relate the code and views easily to the final result. Thank you very much Mr.Derek Banas, You're the best
@derekbanas10 жыл бұрын
Abdul Razzak Fallaha Thank you :) Yes in future videos I show the app first.
@AbhishekBalani9310 жыл бұрын
I had Android Studio installed but was doing development on Eclipse. I will do it on Android Studio now. Studio is better than eclipse right? It looks like. You're awesome for doing all this hard work for helping beginners like me. Even your videos are formatted properly. Thanks.
@derekbanas10 жыл бұрын
Abhishek Balani You're very welcome :) Yes Android Studio is better now. It is my honor to be able to help others.
@AbhishekBalani9310 жыл бұрын
Derek Banas I have commented on your blog on the post "Make an app and win phone". My comments are waiting approval. I hope you won't miss. :)
@NikMelyt9 жыл бұрын
Dear Derek, Thank you for all your work to help us get into android world! I think I found a small issue with your Human class part. You use append but I think you should use setText to completely change/replace the text of calling_activity_info_text_view. When you use append it really appends but in your video the text is replaced.
@Science2Student10 жыл бұрын
really great tutorial Derek, I am totally new to Android Studio, before I was using AI for making apps. but now Android Studio. when I try to Write '' Arabic '' Text inside a Label or '' LargeText '' NOTHING APPEARS '' I wonder if that's an issue of the Android Studio or am I doing anything wrong ? Android Studio is new, I think that a lot of people will try to search for Android Studio related videos in near future or even now, so I guess that making more of your amazing tuts will be great. I really hope you do more tutorials and hopefully I can see a tutorial on how to use CUSTOM Fonts on Android Studio. All the best :)
@derekbanas10 жыл бұрын
I'm confused by what might be wrong because I just tested Arabic and it worked. Do you see any errors?
@Science2Student10 жыл бұрын
Derek Banas it shows an error for not setting the string '' hardcoded string '' but it shows the same error for the English text but it SHOWS it. here's the screenshot. sorry if this is a weird question but I am zero at coding and willing to learn through java. i.imgur.com/qAJShY9.png if you had time, I hope you do a tutorial on using External '' Custom '' Fonts on Android Studio :) Thanks so so much Mr.Derek
@Useruytrw10 жыл бұрын
Querido Coach, este video te ayudará en los problemas de producción. Dios los bendiga.
@derekbanas10 жыл бұрын
Estoy muy contento de haber podido ayudar. Espero poder subir al siguiente mañana. Dios los bendiga.
@edwardhandrich604310 жыл бұрын
Hello Derek, Great videos, fast paced so I'm constantly engaged, love it. One question, why is the compiler compliance set to 1.6. I'm using Java 1.8 which should be backwards compatible.
@derekbanas10 жыл бұрын
Java 1.7 is completely compatible with Android. For some reason on some OSs switching to 1.6 solves weird errors.
@amitmoolwani7784 жыл бұрын
Hello Derek, thank you for sharing such an amazing knowledge on android with us...... I have question that when we rerun this app and feed the name again , it will append the data in previous one, i already have used setText() but its giving same result. How to get rid of that?
@PatrickAllenNL10 жыл бұрын
What do you use to screencast again? are you really zoomin while recording..with a key or is that just a vocal reminder for editing after
@derekbanas10 жыл бұрын
I zoom while I'm typing. I use Camtasia 2
@PatrickAllenNL10 жыл бұрын
I also want to buy their sotware!! thats what most big youtubers use..great..but very expensive or...worth it..thats for sure
@derekbanas10 жыл бұрын
PatrickDFTBA It isn't that bad. It is $99, but it goes on sale every once in a while. The crazy thing is that Mac osx used to come with a free screen capture tool that was deleted for some crazy reason with an upgrade. That is why i don't upgrade osx any more.
@PatrickAllenNL10 жыл бұрын
Oh wait right..Camtasia studio is expensive...anyway I'm planning on buying it during the holidays..I run windows
@earlcloydolongayo934710 жыл бұрын
Hello Derek Thank you for the tutorials. I'm confuse. When running the application does the string "The calling activity was " erase on the SecondScreen after you append the bob name, height and weight?
@derekbanas10 жыл бұрын
Yes it does and you're very welcome :)
@jeffkehler1610 жыл бұрын
Derek Banas Have you ever tried using GenyMotion for the emulation before? I am using it and it is a million times better than the AVD. It has near native performance and there is no waiting for it to boot every time you want to test your app. You just leave it running in the background and its like you have a physical phone or tablet present. You can even play 3D games on it with great performance.
@derekbanas10 жыл бұрын
No I have never used it. I normally test on my device. I just use the emulator for people that can't afford an Android device.
@michaeljoannou584410 жыл бұрын
Hi Derek, another great tutorial. Just wondering, on project structure, why does the file path include /contents/home for where the JDK is located? Also, I'm in danger of sounding very dumb but why do my file paths have back slashes and yours have forward slashes?
@derekbanas10 жыл бұрын
Michael Joannou Hi Michael, Sorry about the confusion. My file slashes are different because I'm using OSX. OSX is basically Linux and so the slash goes in the opposite direction from Windows.
@shreyabisht745610 жыл бұрын
hi Derek, I am very new to android development ( still struggling with eclipse). Do you suggest android studio? whats the key difference between working on eclipse and studio? since i am just starting, would u suggest that i work with studio?
@derekbanas10 жыл бұрын
Shreya Bisht I have used Android Studio exclusively for almost a year. There are 2 major benefits for me. AS was made just to make Android apps so there is no clutter. It also has everything I need installed so I don't have to mess with plugins like eclipse.
@utkarshshukla52529 жыл бұрын
Hi derek can you help me with this: I am trying to make a listview in android , in android studio it did not showed any red line (error), but on clicking run the app on my device showed blank screen ie no listview was generated
@roxferesr10 жыл бұрын
This is greattt!, but it also pops the question "should I pass through objects or IDs?". When working with DB, I always get confused over which approach is better.
@derekbanas10 жыл бұрын
roxferesr I use objects unless I'm working with a large amount of data that needs to be stored server side
@roxferesr10 жыл бұрын
thanks for the clarification :)
@ddouglascox736210 жыл бұрын
Hi Derek, How do you get to that --- Welcome to Android Studio --- screen? You know the one that has --- Quick Start --- over on the right and 6 options under neath Quick Start of which configure is the 5th one down??
@alaslipknot10 жыл бұрын
very exciting for the next video :D !! and the contest as well !!! i *really* hope my app (game) will give me the Note3 ^_^ !!! Thnkx a lot Derek :-)
@derekbanas10 жыл бұрын
I'll try to upload it today. Best of luck in the contest :)
@alaslipknot10 жыл бұрын
Derek Banas Hey Derek, based on the average time of your replies i am going to assume that you didn't have any notification from my side ^^ i just want to say that i have posted a question in your website at the contest page and it still waiting for a confirmation (for 3 days now) and i also send you a message on google hangout, can you please check :-) ? thanks
@kyujinkim13779 жыл бұрын
Well hello, Derek. I have an issue with running the android studio app, When I press run on a new project or an existing project, absolutely nothing happens. Also, I cannot get a preview of the code because of a "Rendering Problem". I have tried googling for solutions but couldn't find any. Can you give some advice?
@felixgaray64619 жыл бұрын
Android Studio 1.2, that was easy Works like a charm. I keep having to set my Project Encoding Settings to UTF8 everytime I open a new project, and Ideas on how to remedy that. The Project Encoding defaults to windows-1252 and if I set it to UTF-8 errors go away and it's fine, the IDE Encoding defautls to UTF-8 which I have not had any problems with.
@bluepi719510 жыл бұрын
Will you do C++ tutorials in the future?
@derekbanas10 жыл бұрын
I'm planning a learn C++ in 30 minutes tutorial
@orientleon9 жыл бұрын
Derek Banas how about Swift?
@manuelgarridopena624410 жыл бұрын
Ok i have to ask it. Do you use the same sound file on every video ending? It always sound exactly the same, and yet is so smoothly linked to the actual tutorial that im very confused.
@derekbanas10 жыл бұрын
Manuel Garrido Peña Every video is 100% original. I used to work on the radio, so I guess I got used to delivering at the same tone?
@manuelgarridopena624410 жыл бұрын
haha yeah, well then nice job man! so pleeeease leave your message XD
@firativerson10 жыл бұрын
Derek Banas i knew it!
@dylanlobbregt644510 жыл бұрын
Hey, Derek. I'm having a problem with using Edit Texts because they apparently cannot be rendered in API 20. I went in my SDK manager to install the other packages (like api 19) as you show in this video but all of the installations fail and nothing is done. The log shows a bunch of 'URL not found:' errors as well as ones that say "Skipping X; it depends on Y which was not installed". I'm trying to install exactly what you show you have installed in the video. Any ideas on how I might go about fixing this? Thank you!
@derekbanas10 жыл бұрын
Make sure you are using api 19 and that you have this in the manifest file
@dylanlobbregt644510 жыл бұрын
Yeah. That will fix the edit text problem, but I can't install API 19 in my sdk manager because of the problem I talked about it my last comment.
@derekbanas10 жыл бұрын
Dylan Lobbregt Try reinstalling. I can't think of any reason why you can't install API 19
@dylanlobbregt644510 жыл бұрын
Derek Banas I completed a fresh install of Android Studio for like the 5th time since I started using it lol. API 19 now works and it seems that everything else does as well (for now). Thanks a lot, Derek :).
@IslarfPokemon9 жыл бұрын
Why do you have "result" and it set to 1? what's its purpose?
@saurabhpopli60728 жыл бұрын
HI Derek how to fix Error:(1) Error retrieving parent for item: No resource found that matches the given name
@junpeiiori472010 жыл бұрын
can't wait for the next video
@derekbanas10 жыл бұрын
It will almost definitely be up tomorrow :)
@Dinkum-Dn1210 жыл бұрын
In my project.when i am adding textfield into device emulator .its not appear in device emulator.a error will occur.the error is " Exception raised during rendering : java.lang.System.arraycopy([CI[CII)V) ". how to correct this error .help me
@vaironxxrd10 жыл бұрын
Hey Mr. Banas, In relation to the upcoming phone giveaway, if we have no physical android device how can we test for all phones? Thanks!
@derekbanas10 жыл бұрын
It just needs to run on a Nexus 7 device which is pretty generic. I just want to avoid country, or specific api issues so I can use the app.
@RoniStiawan_physics10 жыл бұрын
Hopefully you cover Canvas and Drawable soon ~~
@derekbanas10 жыл бұрын
Yes I'll definitely cover both. I'm going to cover everything this time.
@jswaby10 жыл бұрын
Quick question.. Why use Serializable instead of Parcelable?
@THE8SFN10 жыл бұрын
Hi, can you please make a tutorial on how to fix errors importing projects from Android Studio to Eclipse and vice-versa. YOU ARE GREAT, THANK YOU
@derekbanas10 жыл бұрын
I'll take a look into that. I'll test different projects and see what the issue is.
@THE8SFN10 жыл бұрын
thanks
@gamingwithramolclashofclan86378 жыл бұрын
Hey , I hope you are good , I have a question yesterday I started downloading android studio and downloaded almost every package but I have an error that tells me that the NDK ToolChain is missing , how can I solve this?i stayed like 1 hour and can't find a solution...
@gamingwithramolclashofclan86378 жыл бұрын
No worries I found it finally I needed to run it as administrator....wow I can't believe something that simple can stop me from running an app!!!
@derekbanas8 жыл бұрын
+Gaming With Ramo l Clash Of Clans I'm glad you fixed it. Sorry for not getting to you quicker
@divypatel384710 жыл бұрын
hi derek when i open my android studio then it shows me error on every import and if i hover it than it shows me cannot resolve activity symbol help please
@derekbanas10 жыл бұрын
Divy Patel File -> Project Structure change the SDK Classpath to Android 19 / 4.4 I hope that helps
@baesuji95218 жыл бұрын
Hello, please I need some help with my android app. Here is the error: Skipped 91 frames! The application may be doing too much work on its main thread. I really don't know what to do. There's no video about this error.
@derekbanas8 жыл бұрын
+bae suji You get that error when you try to make your program do to much. Is there a large calculation or are you pulling a lot of information from a database?
@baesuji95218 жыл бұрын
+Derek Banas Not at all, the main activity contains just xml code for now and I still haven't created any database for my login and register activities
@doinkydeano22269 жыл бұрын
i keep getting an error testing on a physical device "unfortunately, "name of app" has stopped. whats the main cause of this?? my app is very simple basically just placing buttons to change background colour. i am a windows user. i get the same error using the android studio emulator. api 21 my phone api is 17
@derekbanas9 жыл бұрын
+Dean Webster That is the normal error on the phone or emulator. The Logcat will show the details of the error.
@doinkydeano22269 жыл бұрын
The logcat shows alot of erros.
@doinkydeano22269 жыл бұрын
But thanks i will have a closer look
@shashwattewarishaz129 жыл бұрын
I am making an app using videoview to stream videos from youtube and my device storage but I get an error at runtime which is somewhat like this error=EGL_SUCCESSpls help :(
@vaironxxrd10 жыл бұрын
I hate to do this, but I was able to run Android Studio okish on my desktop and then transferred to my laptop to build the upcoming app, but I keep getting the following error... Error:Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Material.Light'. Any ideas? (The google searches provide similar errors with no luck)
@derekbanas10 жыл бұрын
Are you using Android L by chance? I'd stick with 19 for now. Verify that the /app/build.gradle file matches mine. Also check that the manifest file doesn't change the Android version. Tell me if that doesn't help
@vaironxxrd10 жыл бұрын
That helped, bumped into a couple of more errors, but they have been easier to fix. Thanks again!
@derekbanas10 жыл бұрын
vaironxxrd I just verified that Android 20 works on every OS now. They'll fix it soon enough.
@Science2Student10 жыл бұрын
to add to your list is the disability of installing and downloading new SDKs from SDK Manager. the solution for this is to Run Android Studio as Administrator. I've always had this issue. and that step fixes it.
@derekbanas10 жыл бұрын
Thank you for helping :)
@Science2Student10 жыл бұрын
Derek Banas I should be the one to Thank you. this was just a tiny help ;)
@ameyagodse45179 жыл бұрын
Can you please let me know how to fix the v23\values-v23.xml file errors. i have tried everything and nothing works..
@derekbanas9 жыл бұрын
+Ameya Godse make sure the sdk version you are using is the same in the sdk manager, android manifest and gradle file
@ameyagodse45179 жыл бұрын
+Derek Banas apply plugin: 'com.android.application' android { compileSdkVersion 21 buildToolsVersion '21.1.2' defaultConfig { applicationId "com.example.administrator.abcd" minSdkVersion 14 targetSdkVersion 21 versionCode 1 versionName "1.0" }i am using sdk 21 and its the same in manifest and gradle
@derekbanas9 жыл бұрын
+Ameya Godse What is the exact error you are getting? I'll try to figure it out
@AlkeshPurohit199210 жыл бұрын
Thank you I would love to win this note 3
@utkarshpandey143310 жыл бұрын
Hi Derek, I am using windows 8 and I get this error everytime I launch the emulator, it works fine on my device though. "Cannot launch AVD in emulator. Output: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed!" I found a link for this issue: developer.android.com/tools/devices/emulator.html#vm-windows But this doesnt help for win 8. Also for my AVD manager ---> Extras I dont find " Intel Hardware Accelerated Execution Manager." Please help :) Thanks Utkarsh
@stundown9 жыл бұрын
utkarsh pandey do you still need help? :D
@MrHomeu9810 жыл бұрын
umm it was working perfectly fine before but now when i install the previous ver that you said we should install, now it can't find the SDK anymore..HELP!!!!
@MrHomeu9810 жыл бұрын
nope i didn't now there's this thing "Error retrieving parent for item: No resource found that matches the given name 'andrioid:Theme.Material.Light'. WHAT IS ****** going ON!!!!
@derekbanas10 жыл бұрын
Au Yeung Ka Chon Check this out stackoverflow.com/questions/24529534/no-resource-found-that-matches-the-given-name-androidtheme-material-light-dark
@derekbanas10 жыл бұрын
Try updating the SDK manager.
@MrHomeu9810 жыл бұрын
i think i got it fix now thanks Derek :)
@MahirTahir10 жыл бұрын
Professor Derek, I guess I do not have any luck on Android whatsoever. I have started with your older android tutorials (at that time I was using Win7) and my emulator just would not work on eclipse (indigo). I tried re-installing and everything but no. Now I am using Linux, as a newbie I am pretty impressed with it. I have installed Android Studio and again emulator just would not work. The error: ============================================= pkg: /data/local/tmp/com.example.asen52.third_android_application Failure [INSTALL_FAILED_OLDER_SDK] ============================================ Then I tried connecting my Nexus 7, I can see my device there but just would not work. Then my friend suggested using "genymotion" which is a fast emulator for Android Applications. Now it would not work too. The error I am getting ============================================= WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix. pkg: /data/local/tmp/com.example.asen52.third_android_application Failure [INSTALL_FAILED_OLDER_SDK] ============================================ I am about to give up for some time if I get these errors on and on. Please help. I liked the appinventor, but since I was not able to mess up with the code it did not make sense to go forward after couple tutorials. But I agree they are good for understanding the basics may be I should finish them. BTW I was able to run them on my Nexus.
@derekbanas10 жыл бұрын
Sorry about the frustration. I'm guessing the errors are occurring because of 2 issues. Make sure you have the same apis installed as I do through the SDK manager. Then make sure your /app/src/build.gradle file looks exactly like mine. I think that will fix that error. Tell me if it doesn't
@singbyheart54419 жыл бұрын
I am getting a red line in my all the activities of my project in android studio..every line shows a red error message.kindly help
@derekbanas9 жыл бұрын
+study hard What errors do you see in your logcat panel?
@singbyheart54419 жыл бұрын
Error:Unable to start the daemon process: could not reserve enough space for object heap. Please assign more memory to Gradle in the project's gradle.properties file. For example, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB: org.gradle.jvmargs=-Xmx1024m Read Gradle's configuration guideRead about Java's heap size
@singbyheart54419 жыл бұрын
sir please help!!
@derekbanas9 жыл бұрын
+study hard Have you seen this fix stackoverflow.com/questions/31964072/error-java-heap-size-in-android-studio-1-3-1/31964290#31964290
@singbyheart54419 жыл бұрын
+Derek Banas sir i have seen the vedio and the above mentioned fix but still i am getting red line..Any other solution?
@SnickyNicky969 жыл бұрын
I have an error that says "exception raised during rendering: Binary XML line #-1: No start tag found" I'm a dumb person who is trying to learn and if anyone can help me that would be much appreciated.
@jirorenc63947 жыл бұрын
I get this error "(position:START_TAG @2:7 in java.io.InputStreamReader@c153f3d)" pls help me
@lukinhas64bits10 жыл бұрын
Hi Derek, first I wanna thank you for the great videos. Second, it could be silly, but I think you should give ideas of apps to be build at the end of these tutorial videos, like an exercise. I say this because at the end of this video, I saw that layout and tried to build the same app like a training to myself. Anyway thanks for sharing your knowledge. Bye.
@derekbanas10 жыл бұрын
Hi Lucas, You're very welcome :) Yes after I get passed the basics I plan on doing just that. I'll ask you to make something ahead of time and then I'll make it so you can compare. Thank you for the request.
@pallabchakraborty38219 жыл бұрын
emulator: device fd:852 HAXM is working and emulator runs in fast virt mode Cannot set up guest memory 'pc.ram': Invalid argument Error accepting connection, aborting how do i fix that problem plezzz help me sir.......
@derekbanas9 жыл бұрын
+Pallab Chakraborty Open Avd manager Edit the settings for the AVD configuration Click in the "Show Advanced Settings" In the "Memory and Storage" section reduce the RAM size If you use my sample avd it should work.
@pallabchakraborty38219 жыл бұрын
yes i did it but still not working
@navdeepkaur85719 жыл бұрын
Cannot launch AVD in emulator. Output: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed! I have above error in android studio. how can I solve this please if someone know this let me know as soon as possible. Thanks
@derekbanas9 жыл бұрын
+navdeep kaur You can install that using the SDK Manager
@antonio_25310 жыл бұрын
Thank you!
@clv2939 жыл бұрын
how do you get other API
@derekbanas9 жыл бұрын
+Chris Vanek Sorry, but I don't understand the question.
@clv2939 жыл бұрын
My phone version is 4.1.2 how do you change it on the android studio because I can't lower it to my phone version
@derekbanas9 жыл бұрын
+Chris Vanek You can change it with the SDK manager in Android Studio
@clv2939 жыл бұрын
I don't see any other SDK's only the newer ones
@bluewhale28639 жыл бұрын
I'am getting an error.. "Failed to resolve junit:junit.4.12." Please help
@derekbanas9 жыл бұрын
+Mussu Tresta Have you seen this stackoverflow.com/questions/32519219/error23-17-failed-to-resolve-junitjunit4-12
@bluewhale28639 жыл бұрын
Problem solved...Thanks :)
@KonradWalsh10 жыл бұрын
Thank you very much
@derekbanas10 жыл бұрын
You're very welcome :)
@ShubhamSingh-mc4dt9 жыл бұрын
no i am not getting any error
@seanupton317010 жыл бұрын
An issue I had today while setting up a new PC was I couldn't download any updates with the SDK manager. Found that you have to run Android Studio as Administrator in order to download the updates. Probably won't happen to everyone, but for some reason it happened to me today so maybe it'll help someone.
@derekbanas10 жыл бұрын
Sean Upton Thank you for helping others :) Yes that is a common problem
@ShubhamSingh-mc4dt9 жыл бұрын
getting no preview layout in android studio
@derekbanas9 жыл бұрын
+Shubham Singh Do you get any errors?
@jameskizzy205510 жыл бұрын
Concerning the Contest,what if many people creates a very good app before the deadline, and all instructions are obeyed. What will you use to judge who the winner is?? -
@derekbanas10 жыл бұрын
I'm the soul judge this time. The app that I like the most wins.
@jameskizzy205510 жыл бұрын
Is it possible to export a project from app inventor to Android Studio?
@derekbanas10 жыл бұрын
James Kizzy Yes you can export the apk in App Inventor
@jameskizzy205510 жыл бұрын
Umm can you pls give me a hint of how to do that.. :).. dont really know how to.. still an amateur.;)
@jameskizzy205510 жыл бұрын
Oh sorry, I have figured it out. thanks
@skylarkenneth37845 жыл бұрын
Interesting how 2x sounds so natural by now and normal makes you sound too slow XP
@derekbanas5 жыл бұрын
That's ridiculously fast!!!
@1144Angel10 жыл бұрын
fml, now it says to download JDK 7, but I'm running OS 10.6 so JDK 7 can't be installed. ¬.¬
@DiannaFerris10 жыл бұрын
Yay, the drought is over!
@derekbanas10 жыл бұрын
Sorry about that. Work and family life were terribly busy. I'll try to make up for it by making 3 videos in the next 4 days.
@DiannaFerris10 жыл бұрын
lol, I'm just glad somebody has a life!
@derekbanas10 жыл бұрын
If you saw my average day you'd be surprised. I pretty much have every moment planned from the moment I wake up until I go to sleep. My wife thinks I'm crazy.
@RoniStiawan_physics10 жыл бұрын
Derek Banas You are crazy Awesome :)
@derekbanas10 жыл бұрын
Roni Stiawan Thank you :) I do my best.
@aleshare9 жыл бұрын
genius
@derekbanas9 жыл бұрын
+aleshare -anti coculibers enemigo publico- Thank you :) I'm glad it helped.
@adnFx210 жыл бұрын
You said in the rules that we need to proof that we made the app How can I do that? xD
@derekbanas10 жыл бұрын
Your email address needs to be in the app some place. I don't care if it is a throw away email. I'm not collecting them. You'll just have to be reachable there temporarily