Good evening sir, Excellent explaination on Android... This tutorials are very helpful to me... I am requesting you that Kindly keep post more videos on the Android.. Thank you
@gurjeetdhillon907 жыл бұрын
Awesome work prabeesh and thankyou for latest videos on Android,please keep posting
@sintayhunigusse7693 жыл бұрын
thank you professor !! this video is helpful for beginners
@bhuvanjeetsingh39345 жыл бұрын
how have you used android:layout_width attribute two times at 9:32 min. It shows an error of using a duplicate attribute. Please tell me.
@pronavsandhu6 жыл бұрын
Hi. I was wondering where those id's being used in project @8:53 app doesn't run without those. why is that? which file is calling those fragment ids.thanks
@ehlai16765 жыл бұрын
They are not being used in this case. But it's a good practice to have an ID for each object. Or perhaps it is needed as an identifier.
@darkman2376 жыл бұрын
So working with fragments is a little like using the old frames from html. You have your container and you show your separate files in the frames. Is that about right?
@geofreymatto67106 жыл бұрын
Good mr.programmer
@dreams980886 жыл бұрын
super explanation.....absolutely nice
@appliedcomputerprogramming52065 жыл бұрын
Very good work. Kindly put example. Code on GitHub. Thanks for great work
@kschkz6 жыл бұрын
How many fragments can I use in a activity? Does developing with multiple fragments consume less memory than doing with multiple activities?
@murderousgod-pubglite42626 жыл бұрын
ihave latest 3.2.1 android studio and this rag,emet metod is not working there iam getting somany errors
@peterukeme91816 жыл бұрын
Pls sir teach me how to create a sponsor page fragment or brand activity for ads, I dont want to be using admob. Where u can do small text base ad, and canvas ad
@robinpatel77626 жыл бұрын
In what kind of application it is used?? Sir
@melwinvishaldsouza47996 жыл бұрын
please Explain what the method does while using any method!!!
@juanpablorodriguesdacruz92424 жыл бұрын
excellent!". Regards for Argentina!
@prathyushakalisetti5176 жыл бұрын
How to add first fragment to mainactivity
@rojaroyal20465 жыл бұрын
I'm not getting output sir, there is no errors, but not showing the output what should I do
@behnamben76256 жыл бұрын
i didnt get what is inflater exacly!?
@yangmotivation16516 жыл бұрын
it takes as input an XML file and builds the View objects from it
@yashwanthreddy266 жыл бұрын
Sir This is Yashwanth Reddy I have Tried to create an application that How to add more no of fingerprints to my application with name an contact no. and also how to get their details when finger print was authenticated in my application sir So please help me sir
@prathyushakalisetti5176 жыл бұрын
Sir while running this app this is showing default activity not found
@PRABEESHRK6 жыл бұрын
This may due to the missing launcher activity in the manifest or you firget to add your first fragment to the fragment cobtainer placed in the main activity
@prathyushakalisetti5176 жыл бұрын
PRABEESH R K how to add it to the container and I did similarly by seeing your video
@murderousgod-pubglite42626 жыл бұрын
there is no layout inflator code exist in my android studio
@ovitechgyan34896 жыл бұрын
how to import android.support.v4.app.Fragment
@caspianmahes37286 жыл бұрын
Why we are setting height=0
@adiravraham64136 жыл бұрын
For some reason, I got FATAL Exception
@yangmotivation16516 жыл бұрын
very helpful thank you too much
@AliyuMarke6 жыл бұрын
Thank you for the video tutorials, but please we need tutorial on how to monetize our app after developing it. That is how we can add google ads to the an Android app.
@prathyushakalisetti5176 жыл бұрын
I'm creating fragments for android tv
@Top5Category6 жыл бұрын
awesome video sir
@dhaneshpt86414 жыл бұрын
Thank you sir
@kaushik6469467 жыл бұрын
Excellent
@wervertonfg5 жыл бұрын
Thanks!
@KickassCoders7 жыл бұрын
Ooossumm sir
@naveendhamija64256 жыл бұрын
How fragments are added in main activity, it is so confusing. U r not explaining everything
@topprogrammingtv6 жыл бұрын
by inflater in the class that extends Fragment and especially in onCreateView method that returns a view "look down" @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { // Inflate the layout for this fragment return inflater.inflate(R.layout.fragment_article, container, false); } if you delete it you will get an error even the fragment inside MainActivity xml
@sintayhunigusse7693 жыл бұрын
thank you professor !! this video is helpful for beginners