You have saved my life in Android programming. Thank you so much Sir
@kentlou.delacerna3 жыл бұрын
This is the best tutorial ever.
@aditiglobalservice62984 жыл бұрын
As of now i watch your video from 1 to 7 all good. very nice presentation Mr. Prabeesh.
@kimanih6175 жыл бұрын
Hi Prabeesh, your tutorials are really awesome. I appreciate them A LOT, your work is great and easy to understand. Keep it up. 😊 From Kenya.
@jayakrishnanpuliyath57685 жыл бұрын
Ur tutorials are really good... working good for me...thank you..
@ryankao19836 жыл бұрын
Are there good resources to understand classes like Intent, View, and editText etc? I know basic Java so I can follow the video but still not very clear about the concepts behind these classes.
@tharunkumar81335 жыл бұрын
Yes... Same here if you find any good resource please reply to this... Thank you
@vitaliyfyodorov79365 жыл бұрын
If you have a problem with EditText in MainActivity and with TextView in MessageActivity, try to add this code: it is for MainActivity: import android.widget.EditText; and it is for MessageActivity: import android.widget.TextView;
@gil52335 жыл бұрын
Thanks but why to use intent if I can use Singleton or Static class with global memory? I can't store in global memory the value you wrote in the first activity and then access the global memory from the message activity? I don't get the point why to use intent for this
@MIDHUNCEASAR7 жыл бұрын
Sir plz upload android tutorial using webservices in detail
@raygibbons68064 жыл бұрын
hi, I used your code, it is working. but I'm facing a problem: as this method startActivity(intent); opens new activity. it should pass data directly to the 2nd activity. I passed intent from 3rd activity to 2nd activity. so when I open 2nd activity it should show my required data in 2nd activity but it is not showing. And when I open 3rd activity then 2nd activity opens up forcefully and shows my required data there instead of showing data in 2nd activity directly when I open 2nd activity. but I don't want to display my data in this way by clicking on 3rd activity to open 2nd activity. I want to show my data to the 2nd activity directly, without opening 3rd activity. How to resolve this issue?
@AshishKumar-wh6dw6 жыл бұрын
Hello sir, I have written code same as u. But During run When I clicking on button then App is closing. There is no any err msg in code.. so what is the problem?
@zoac60096 жыл бұрын
declaration not correct
@pratikghule38624 жыл бұрын
It returns null ., what to do?
@آيةحسام-ط4د6 жыл бұрын
you are very good ...thank you so much my teacher ^_^
@Gamer841662 жыл бұрын
Very helpful, thanks!
@MrLuismanresaramirez6 жыл бұрын
Can we send a JSON or a tab through to another activity?
@manik23045 жыл бұрын
I had understood but small struggle for the programming side what's do IAM? How to learn programming and which is best learn method please tell us me
@Apna_dhamaka_4 жыл бұрын
Sir , getting error of cannot resolve method setText , now what to do?
@jaydeepgoswami9096 жыл бұрын
Sir, What is the best configuration for the Android studio to be run on the laptop. I have Laptop with " Win10 64bit - 4GB RAM - Core i3 5th gen - Nvidia GeForce 920M " but still it lags a lot. Upgrading RAM to 8GB will solve the problem??
@PRABEESHRK6 жыл бұрын
Yes upgrading RAM will almost fix the problem and if your processor clock speed is 2. 5 or more it will be even better.
@jaydeepgoswami9096 жыл бұрын
PRABEESH R K Thanks a lot sir, for your kind help. I'll try this.
@Meerxainn6 жыл бұрын
dear is your problem solve with Ram increasing
@qaworlds4 жыл бұрын
In lect 7th , build is successful but When I type something in app and press button then I get error Which is " open app again" When I open app again then After type something , I press button then further error is created Which is " Close the app" Reply pls
@sambitmohanty78355 жыл бұрын
Sir my app has stopped. How to resolve this issue.
@Blackcoffee7156 жыл бұрын
How do I retain the string after passing? Meaning every time I open that activity I want the same string to be displayed until otherwise.
@yogeshravi40336 жыл бұрын
i am trying to pass data to tabbed activity but i have a problem in it,intent cant be determined in tabbed activity,and i cant use the findviewbyID
@ayushkhare42314 жыл бұрын
Thank you so much sir !!!
@OasisFinder6 жыл бұрын
in findViewById method whats " R.id " stands for ? i didnt get it nor you explain. @PRABHEESH R K
@abhishek90448552656 жыл бұрын
it is simply an integer value defined for particular view in XML
@saffron66615 жыл бұрын
how do I do this with date and time input types?
@jayarammanikumar2296 жыл бұрын
sir,how to change the header color ?
@sus56514 жыл бұрын
Thank you so much sir😍
@parikshit4755 жыл бұрын
Nice work
@govindsinghal79755 жыл бұрын
while running on emulator getting message "open app again"
@harshavardhan2635 жыл бұрын
hello sir there is a error showing me in the last line of code textView.setText(message);
@vitaliyfyodorov79365 жыл бұрын
If you have a problem with EditText in MainActivity and with TextView in MessageActivity, try to add this code: it is for MainActivity: import android.widget.EditText; and it is for MessageActivity: import android.widget.TextView;
@entrepreneur63035 жыл бұрын
Excuse me sir How to go to next activity by clicking on text?
@AkalyaPonnienSelvan6 жыл бұрын
E/SpannableStringBuilder: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length can you give me the solution???
@gautamjsuvarna48296 жыл бұрын
I am not able to type any message in text you what should i do
@ragunathan97147 жыл бұрын
hi brother your videos are good... i need code for map when i enter the button it shows the current location in text field pls reply me as soon as possible
@PRABEESHRK7 жыл бұрын
Sure. You can expect the Google Map topic after the 30 video in this new series....
@Macesanu185 жыл бұрын
I hope you understand this concert
@dhaneshpt86414 жыл бұрын
Thank you sir.
@SwrwngThai6 жыл бұрын
my app does not work on intent
@lusaki49146 жыл бұрын
Swrwng Thai my also
@BSUBHANAND6 жыл бұрын
use this import statement import android.content.Intent;
@buildingbc6 жыл бұрын
textView.setText() resource not found
@kartiksinghrajput42977 жыл бұрын
where to get source code?
@mohanalakshminarayana74976 жыл бұрын
sir how to write maths equations please make video
@ruchigoel61465 жыл бұрын
Is setText function Mai error dikha rha hai
@azar6226 жыл бұрын
thanks Prabeesh R K !!!!
@tagirtagirov72105 жыл бұрын
I just copied that you type, but understood nothing... I don't know or you're bad teacher or I'm so stupid?
@tharunkumar81335 жыл бұрын
He is not a bad teacher.. You are just a beginner just like me.. So we cant really get his tutorials...
@vsc15633 жыл бұрын
thank you soooooooooooooooooooooooooooooooooo much
@kcrmmm6 жыл бұрын
Thanks my friend
@vishalsingh10495 жыл бұрын
where is the onclick for button ??
@sadksener19365 жыл бұрын
there is not a visual button but onclick activated when clicked on background
@indrajeetjyoti90207 жыл бұрын
nice tutorial sir but how to send bitmap and video or docs file from one activity to another activity through intent
@kalyanikhotele8386 жыл бұрын
Sir, In my code I able to pass from one activity to other but string is not passing from one activity to other..Please anyone can help me.