Completed

Correction Bug Android

Published on the April 02, 2017 in IT & Programming

About this project

Open

Necesito solucionar un Bug para un aplicativo que se encuentra publicado en Beta en Google Play. Al parecer no es complejo si tienen el conocimiento suficiente.

El Bug se presenta al ejecutar el aplicativo por primera vez y hace que se produzca un crash. Sin embargo, al volver a abrir el aplicativo el problema se resuelve. Al parecer el BUG está relacionado con una animación que se carga en la actividad de splash screen.
  De acuerdo con Firebase, está relacionado con lo siguiente:
-------------------------------------------------------------------------------------
@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
    private void changePercent(final int percent) {
        if (getActivity() == null || isDestroy)
            return;

        getActivity().runOnUiThread(new Runnable() {
            @Override
            public void run() {
                animatedCircleLoadingView.setPercent(percent);
            }
        });
    }

-------------------------------------------------------------------------------------


@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
    void onLoadDataFinish() {
        if (getActivity() == null || isDestroy)
            return;

        Runnable runnable = new Runnable() {
            @Override
            public void run() {
                try {
                    Thread.sleep(3000);

                    getActivity().runOnUiThread(new Runnable() {
                        @Override
                        public void run() {
                            nextScreen();
                        }
                    });
                } catch (InterruptedException e) {
                    e.printStackTrace();
                }
            }
        };
        new Thread(runnable).start();
    }


Puedo ampliar la información a los interesados.

Category IT & Programming
Subcategory Apps programming. Android, iOS and others
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Experience in this type of projects Yes (I have managed this kind of project before)
Required platforms Android

Delivery term: April 04, 2017

Skills needed

Other projects posted by A.