Winnerawan T

Results 11 issues of Winnerawan T

Rename attribute pivotX, it's make conflict with androidx.constraintlayout:constraintlayout:2.0.0xx

```java JSONObject jsonObject = new JSONObject(); try { jsonObject.put("firstname", "Rohit"); jsonObject.put("lastname", "Kumar"); } catch (JSONException e) { e.printStackTrace(); } AndroidNetworking.post("https://fierce-cove-29863.herokuapp.com/createUser") .addJSONObjectBody(jsonObject) // posting json .setTag("test") .setPriority(Priority.MEDIUM) .build() .getAsJSONArray(new JSONArrayRequestListener() {...

There is space in bottomnavigationview, how i can make it fit in screen ? Trying editing some xml bit doesnt work

How to make touch only when header in bottom (minimize) to slide up, i change header with exoplayerview, the problem is when i touch to show media controll draglayout slide...

Hi sir, i want try your mvvm structure but i got exception, kotlin-template (android studio 3.4) (kotlin 1.3.21) ```java e: error: incremental out directory should be set to aar output...

i use your library in 2 project, one in androidx and one in support library it's work well in androidx, but in support library i got this exception when touch...

it's not working, test on android 8.0 here my code `public class QrCodeActivity extends BaseActivity implements QrCodeView, ActivityCompat.OnRequestPermissionsResultCallback, QRCodeReaderView.OnQRCodeReadListener { @Inject QrCodeMvpPresenter mPresenter; @BindView(R.id.qrdecoderview) QRCodeReaderView mQrCodeReaderView; @BindView(R.id.qr_result) LatoTextView txtResult; @BindView(R.id.lyt_qr_reader)...

high-priority

i dont know what's going on with the new version (2.0.2). i have 5 fragments position 0 = fragment a position 1 = fragment b position 2 = fragment c...

need example how to implement multiple table in one layout / activity

please create example, if i have one table and want show record that table, where i go to declare my query ?