Kayıtlar

Eylül, 2017 tarihine ait yayınlar gösteriliyor

How to select element in iframe with Jquery - contents()

If you want select element in iframe, firstly find iframe selector then select your element.

Add custom or absent view groups to Anko DSL

If you want to use TextInputEditText or LottieAnimationView etc. in Anko DSL You add two lines and then use it

Extend Virtualbox Harddrive

VBoxManage modifyhd xp.vdi --resize 20000 (20000 = 20.000 MB) Write this code in shell. If using windows in VirtualBox, you are merge harddrive with new space.