Saeid Rezaei

Results 28 comments of Saeid Rezaei

sorry, i think this is my mistake! when i use > getSupportFragmentManager() > .beginTransaction() > .replace(R.id.emojicons, EmojiconsFragment.newInstance(useSystemDefault)) > .commit(); emoji item disappear.! it's ok now :+1:

i found the problem first i think it's belong to this method `getSupportFragmentManager() .beginTransaction() .replace(R.id.emojicons, EmojiconsFragment.newInstance(useSystemDefault)) .commit();` remove it and works fine, but the problem is using nested fragment in...

@rockerhieu yes i can, but currently i am very busy, i try send sample project very soon

sorry for late

where should i upload sample project?

i cant upload zip file here, so uploaded on another server [source](http://164.138.23.237/src.zip) the zip file contain "src" folder of project the fragment show at the bottom of view, and with...

is sample project helpful?

use > tools:replace="android:icon" in your manifest

hi @nitinjain92 can you show me the implementation of AsyncHttpClient and how you call it from your activity/fragment? I have tested our sample code and no errors occur