Abd Nezar

Results 8 comments of Abd Nezar

1- implement ` AdapterView.OnItemSelectedListener ` var language = "' 2- override this: ``` override fun onItemSelected(parent: AdapterView?, view: View?, position: Int, id: Long) { Log.e(TAG, "Selected Language ID : ${parent?.getItemIdAtPosition(position)}")...

[aar.zip](https://github.com/user-attachments/files/16863094/aar.zip) @NStreet8579 you can add aar file to your lib folder

@huynguyen252 Jcenter repo is down you can use aar [aar 1.2.0.zip](https://github.com/user-attachments/files/16863173/aar.1.2.0.zip) @huynguyen252 I hope this solves your problem

@sparrow007 Are you going to load the library for a new repository?

[Download aar 1.4.0.zip](https://github.com/user-attachments/files/16862718/aar.1.4.0.zip) The JCenter repository was recently discontinued. You can add aar to the libs folder in your application and it will solve the problem until the publisher moves...

@smarteist Are you going to load the library for a new repository?

Please be sure to remove dependency from gradle add aar to libs folder add this line in dependencies block implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])