Android tutorial (2018) - 07 - Send String to Another activity through Intent

  Рет қаралды 100,989

PRABEESH R K

PRABEESH R K

Күн бұрын

Пікірлер: 72
@danieltai2368
@danieltai2368 6 жыл бұрын
You have saved my life in Android programming. Thank you so much Sir
@kentlou.delacerna
@kentlou.delacerna 3 жыл бұрын
This is the best tutorial ever.
@aditiglobalservice6298
@aditiglobalservice6298 4 жыл бұрын
As of now i watch your video from 1 to 7 all good. very nice presentation Mr. Prabeesh.
@kimanih617
@kimanih617 5 жыл бұрын
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.
@jayakrishnanpuliyath5768
@jayakrishnanpuliyath5768 5 жыл бұрын
Ur tutorials are really good... working good for me...thank you..
@ryankao1983
@ryankao1983 6 жыл бұрын
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.
@tharunkumar8133
@tharunkumar8133 5 жыл бұрын
Yes... Same here if you find any good resource please reply to this... Thank you
@vitaliyfyodorov7936
@vitaliyfyodorov7936 5 жыл бұрын
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;
@gil5233
@gil5233 5 жыл бұрын
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
@MIDHUNCEASAR
@MIDHUNCEASAR 7 жыл бұрын
Sir plz upload android tutorial using webservices in detail
@raygibbons6806
@raygibbons6806 4 жыл бұрын
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-wh6dw
@AshishKumar-wh6dw 6 жыл бұрын
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?
@zoac6009
@zoac6009 6 жыл бұрын
declaration not correct
@pratikghule3862
@pratikghule3862 4 жыл бұрын
It returns null ., what to do?
@آيةحسام-ط4د
@آيةحسام-ط4د 6 жыл бұрын
you are very good ...thank you so much my teacher ^_^
@Gamer84166
@Gamer84166 2 жыл бұрын
Very helpful, thanks!
@MrLuismanresaramirez
@MrLuismanresaramirez 6 жыл бұрын
Can we send a JSON or a tab through to another activity?
@manik2304
@manik2304 5 жыл бұрын
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_
@Apna_dhamaka_ 4 жыл бұрын
Sir , getting error of cannot resolve method setText , now what to do?
@jaydeepgoswami909
@jaydeepgoswami909 6 жыл бұрын
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??
@PRABEESHRK
@PRABEESHRK 6 жыл бұрын
Yes upgrading RAM will almost fix the problem and if your processor clock speed is 2. 5 or more it will be even better.
@jaydeepgoswami909
@jaydeepgoswami909 6 жыл бұрын
PRABEESH R K Thanks a lot sir, for your kind help. I'll try this.
@Meerxainn
@Meerxainn 6 жыл бұрын
dear is your problem solve with Ram increasing
@qaworlds
@qaworlds 4 жыл бұрын
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
@sambitmohanty7835
@sambitmohanty7835 5 жыл бұрын
Sir my app has stopped. How to resolve this issue.
@Blackcoffee715
@Blackcoffee715 6 жыл бұрын
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.
@yogeshravi4033
@yogeshravi4033 6 жыл бұрын
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
@ayushkhare4231
@ayushkhare4231 4 жыл бұрын
Thank you so much sir !!!
@OasisFinder
@OasisFinder 6 жыл бұрын
in findViewById method whats " R.id " stands for ? i didnt get it nor you explain. @PRABHEESH R K
@abhishek9044855265
@abhishek9044855265 6 жыл бұрын
it is simply an integer value defined for particular view in XML
@saffron6661
@saffron6661 5 жыл бұрын
how do I do this with date and time input types?
@jayarammanikumar229
@jayarammanikumar229 6 жыл бұрын
sir,how to change the header color ?
@sus5651
@sus5651 4 жыл бұрын
Thank you so much sir😍
@parikshit475
@parikshit475 5 жыл бұрын
Nice work
@govindsinghal7975
@govindsinghal7975 5 жыл бұрын
while running on emulator getting message "open app again"
@harshavardhan263
@harshavardhan263 5 жыл бұрын
hello sir there is a error showing me in the last line of code textView.setText(message);
@vitaliyfyodorov7936
@vitaliyfyodorov7936 5 жыл бұрын
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;
@entrepreneur6303
@entrepreneur6303 5 жыл бұрын
Excuse me sir How to go to next activity by clicking on text?
@AkalyaPonnienSelvan
@AkalyaPonnienSelvan 6 жыл бұрын
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???
@gautamjsuvarna4829
@gautamjsuvarna4829 6 жыл бұрын
I am not able to type any message in text you what should i do
@ragunathan9714
@ragunathan9714 7 жыл бұрын
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
@PRABEESHRK
@PRABEESHRK 7 жыл бұрын
Sure. You can expect the Google Map topic after the 30 video in this new series....
@Macesanu18
@Macesanu18 5 жыл бұрын
I hope you understand this concert
@dhaneshpt8641
@dhaneshpt8641 4 жыл бұрын
Thank you sir.
@SwrwngThai
@SwrwngThai 6 жыл бұрын
my app does not work on intent
@lusaki4914
@lusaki4914 6 жыл бұрын
Swrwng Thai my also
@BSUBHANAND
@BSUBHANAND 6 жыл бұрын
use this import statement import android.content.Intent;
@buildingbc
@buildingbc 6 жыл бұрын
textView.setText() resource not found
@kartiksinghrajput4297
@kartiksinghrajput4297 7 жыл бұрын
where to get source code?
@mohanalakshminarayana7497
@mohanalakshminarayana7497 6 жыл бұрын
sir how to write maths equations please make video
@ruchigoel6146
@ruchigoel6146 5 жыл бұрын
Is setText function Mai error dikha rha hai
@azar622
@azar622 6 жыл бұрын
thanks Prabeesh R K !!!!
@tagirtagirov7210
@tagirtagirov7210 5 жыл бұрын
I just copied that you type, but understood nothing... I don't know or you're bad teacher or I'm so stupid?
@tharunkumar8133
@tharunkumar8133 5 жыл бұрын
He is not a bad teacher.. You are just a beginner just like me.. So we cant really get his tutorials...
@vsc1563
@vsc1563 3 жыл бұрын
thank you soooooooooooooooooooooooooooooooooo much
@kcrmmm
@kcrmmm 6 жыл бұрын
Thanks my friend
@vishalsingh1049
@vishalsingh1049 5 жыл бұрын
where is the onclick for button ??
@sadksener1936
@sadksener1936 5 жыл бұрын
there is not a visual button but onclick activated when clicked on background
@indrajeetjyoti9020
@indrajeetjyoti9020 7 жыл бұрын
nice tutorial sir but how to send bitmap and video or docs file from one activity to another activity through intent
@kalyanikhotele838
@kalyanikhotele838 6 жыл бұрын
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.
@usamaalioffical
@usamaalioffical 5 жыл бұрын
Same problem have you resolved your problem
@naveendhamija6425
@naveendhamija6425 6 жыл бұрын
How to learn all these steps and methods
@miguelcarvalho12
@miguelcarvalho12 6 жыл бұрын
Good Video
@aaronmaru
@aaronmaru 6 жыл бұрын
Is your kid calling you? 0:33
@topprogrammingtv
@topprogrammingtv 6 жыл бұрын
String message = getIntent().getStringExtra("EXTRA_MESSAGE"); /*short version*/
@sadksener1936
@sadksener1936 5 жыл бұрын
or use without definition :D
@oguzhangumus4421
@oguzhangumus4421 6 жыл бұрын
thank you dostum adamsın.
@harshavardhan263
@harshavardhan263 5 жыл бұрын
error: class, interface, or enum expected
@vinben1871
@vinben1871 6 жыл бұрын
Intent intent = getIntent(); has a redline and it says cannot be resolve 'getIntent' in the second activity please help me
@topprogrammingtv
@topprogrammingtv 6 жыл бұрын
import Intent class
@fiveminedu483
@fiveminedu483 5 жыл бұрын
Great....
How to Pass data from One to another Activity || Android studio tutorial
4:37
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
FPS Eye Training Warmup (HIGH FPS)
8:30
ottr
Рет қаралды 2,5 МЛН
Сборник Новогодних Номеров 2024 - Уральские Пельмени
3:18:52
Уральские Пельмени
Рет қаралды 845 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 951 М.
Новый год 2025 на ТНТ "ComedyVision!" @ComedyClubRussia
1:16:27
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН