Let's make a Live Currency Conversion App in Android Studio 4.0 Tutorial (Using API)

  Рет қаралды 30,587

Indently

Indently

Күн бұрын

Пікірлер: 44
@nexgen.graphics
@nexgen.graphics 4 жыл бұрын
Clear and concise video, just like the language Kotlin. Also I learnt about the usage of coroutines. They actually make code simpler :). Many thanks for this tutorial.
@mdAshikuzzamanAkash
@mdAshikuzzamanAkash 4 жыл бұрын
you helped me a lot! actually I'm not a genuine developer. i develop app using sketchware( a drag & drop ide for people who even have to idea about coding) your video helped me a lot even though you're using kotlin
@MrIMacro
@MrIMacro 2 жыл бұрын
I have the same problem, nothing shows in the result field. Another thing, I wish if anyone could provide us with the same app but with Java not Kotlin.
@arpitgupta3151
@arpitgupta3151 4 жыл бұрын
I'm not getting results when I enter the value It's not even showing the error if both currencies are same
@santi06ful
@santi06ful 4 жыл бұрын
What do I have to do so that when "et_firstConversion" is 0 or there is no text, in "et_secondConversion" set to "'0" or clear completely. Help pls
@mdAshikuzzamanAkash
@mdAshikuzzamanAkash 4 жыл бұрын
is there any unit converter api available? I'm searching it but found nowhere. help me if you can
@rushlive
@rushlive 4 жыл бұрын
Please make a video of this but on java please.. please
@Indently
@Indently 4 жыл бұрын
Hey! Java is a waste of time if you're working with Android in Android Studio. Google has official support for Kotlin, so I really recommend you learn Kotlin for this kind of stuff. Good luck!
@nexgen.graphics
@nexgen.graphics 4 жыл бұрын
@@Indently My goodness I switched to Kotlin. It really makes life easier :).
@mr_rawa
@mr_rawa 3 жыл бұрын
Hello, sir. How can I make it update automatically every minute?
@atharvvishwasgupta8716
@atharvvishwasgupta8716 3 жыл бұрын
Hi! The API is not working for me since ratesapi has now become paid. It would be really great if you could fix that using any other free APi. Please update your code on github.
@Indently
@Indently 3 жыл бұрын
Hi Atharv, use another API and the knowledge that you gain from this video.
@atharvvishwasgupta8716
@atharvvishwasgupta8716 3 жыл бұрын
@@Indently Ok thanks
@weiyue1
@weiyue1 4 жыл бұрын
Hi do u know what dependencies do I need if I'm coding in java
@Indently
@Indently 4 жыл бұрын
There might be a dependency similar to coroutines, but in the end you just need to retrieve the JSON data on a different thread, so in theory you don't need any dependencies at all if you use Java. The Kotlin dependency just makes life a whole lot easier. Thanks for commenting!
@weiyue1
@weiyue1 4 жыл бұрын
@@Indently Ahh I see. Thanks a lot.
@RC_Emana
@RC_Emana 3 жыл бұрын
you would shown us how you built the app rom scratch. we don't need to see only codes but also to understand the code
@Indently
@Indently 3 жыл бұрын
Ok
@ZiaStudy_corner
@ZiaStudy_corner 4 жыл бұрын
Can with this same idea and code we still can upload it on Play store???with same API code??
@Indently
@Indently 4 жыл бұрын
Only if you promise to subscribe
@ZiaStudy_corner
@ZiaStudy_corner 4 жыл бұрын
@@Indently yes i already sub it
@ZiaStudy_corner
@ZiaStudy_corner 4 жыл бұрын
@@Indently plz cnfrm is it possible to upload it on play store
@jomamusk9791
@jomamusk9791 Жыл бұрын
The api is not working.
@shreyaghosal9417
@shreyaghosal9417 4 жыл бұрын
What if i want to get the currency converted from any country to any country ..like i dont want to mention these many countries are required..it can be of more than any numerous count..is that possible??also can we directly give permission such that it will automatically give us the details
@Indently
@Indently 4 жыл бұрын
It's possible, but you need to search an api for that on Google
@shreyaghosal9417
@shreyaghosal9417 4 жыл бұрын
@@Indently ook..can u please make a separate video for that
@subhadeepmukherjee3527
@subhadeepmukherjee3527 4 жыл бұрын
Sir, Can we make this app offline? I mean where do i put my conversion database ?
@Indently
@Indently 4 жыл бұрын
Create a Room Database that has its values updated each time the user retrieves the latest information, and then use those values in case there is no connection
@hemanthpagadala3099
@hemanthpagadala3099 3 жыл бұрын
How to add indian currency
@farukylmaz2866
@farukylmaz2866 3 жыл бұрын
pls send Java code?
@Indently
@Indently 3 жыл бұрын
Hey there! Unfortunately we don't make Android videos anymore, please check out Philipp Lackner or Coding in Flow instead. Have a nice day!
@TheWagnersr92
@TheWagnersr92 4 жыл бұрын
Great
@RobertCastilloC
@RobertCastilloC 4 жыл бұрын
how or where can i put the locally json file to do this app work without internet anyone please help me
@mdAshikuzzamanAkash
@mdAshikuzzamanAkash 4 жыл бұрын
if you save the json in app, how will your app update the currency as value of currency is changing continuously
@RobertCastilloC
@RobertCastilloC 4 жыл бұрын
@@mdAshikuzzamanAkash No, assuming it is another app I am developing an app with static information.
@mdAshikuzzamanAkash
@mdAshikuzzamanAkash 4 жыл бұрын
@@RobertCastilloC ok, then use one method, save your json file in sharedpreference & later use that
@Karuni7
@Karuni7 4 жыл бұрын
Good shit homie
@taqdeeskhalid6027
@taqdeeskhalid6027 3 жыл бұрын
Anyone have same project in java language. Kindly share with me.
@Indently
@Indently 3 жыл бұрын
I recommend learning Kotlin, if you want to be a great Android developer :)
@Okidoki258
@Okidoki258 2 жыл бұрын
someone have free API I cant find any
@orxanazmammadov3187
@orxanazmammadov3187 2 жыл бұрын
your project dont work
@Indently
@Indently 2 жыл бұрын
Mine works, I think it's yours that doesn't ahah
@orxanazmammadov3187
@orxanazmammadov3187 2 жыл бұрын
@@Indently I start this project, it opens, but no converter works
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 149 М.
Run a Repeatable Work from the Background using WorkManager
12:26
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
Война Семей - ВСЕ СЕРИИ, 1 сезон (серии 1-20)
7:40:31
Семейные Сериалы
Рет қаралды 1,6 МЛН
DEMO PROJECT K-MEANS - JUTION & ROSA
5:29
Jution Candra Kirana
Рет қаралды 1
Currency Converter app with React.js
16:46
Coding With Dawid
Рет қаралды 19 М.
Every Decorator in Python Needs THIS: @wraps
6:46
Indently
Рет қаралды 14 М.
Writing Code That Runs FAST on a GPU
15:32
Low Level
Рет қаралды 576 М.
The Ultimate Retrofit Crash Course
34:49
Philipp Lackner
Рет қаралды 98 М.
Build a Chat App using Stream Chat SDK for Android | Part #1
15:00
RECYCLERVIEW - Android Fundamentals
24:58
Philipp Lackner
Рет қаралды 107 М.
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН