Coder Social home page Coder Social logo

CheckOut about ecommerce-app-android HOT 8 OPEN

hiteshsahu avatar hiteshsahu commented on May 28, 2024
CheckOut

from ecommerce-app-android.

Comments (8)

iman100 avatar iman100 commented on May 28, 2024 2

hi .Thank You for shared free project. can see Admin Panel + webservice(API) .
Gmail

from ecommerce-app-android.

hiteshsahu avatar hiteshsahu commented on May 28, 2024

from ecommerce-app-android.

SpadeAces avatar SpadeAces commented on May 28, 2024

I added other activites in the code, now check out is giving me this error.
errir

Kindly Assist me.

from ecommerce-app-android.

SpadeAces avatar SpadeAces commented on May 28, 2024

The following code return null fragment i.e fragmentToReplace =null .

// Try to find the fragment we are switching to
Fragment fragment = fragmentManager.findFragmentByTag(TAG);

		// If the new fragment can't be found in the manager, create a new
		// one
		if (fragment == null) {

			if (TAG.equals(HOME_FRAGMENT)) {
				fragmentToReplace = new HomeFragment();
			} else if (TAG.equals(SHOPPING_LIST_TAG)) {
				fragmentToReplace = new MyCartFragment();
			}else if (TAG.equals(MY_CART_FRAGMENT)) {
				fragmentToReplace = new MyCartFragment();
			}

			else if (TAG.equals(SETTINGS_FRAGMENT_TAG)) {
				fragmentToReplace = new SettingsFragment();
			}

			else if (TAG.equals(CONTACT_US_FRAGMENT)) {
				fragmentToReplace = new ContactUsFragment();
			}

			else if (TAG.equals(PRODUCT_OVERVIEW_FRAGMENT_TAG)) {
				fragmentToReplace = new ProductOverviewFragment();
			}

			else if (TAG.equals(SHOPPING_LIST_TAG)) {
				fragmentToReplace = new MyCartFragment();
			}

		} else if (TAG.equals(Submit_Add_Fragment)){
				fragmentToReplace = new SubmitAddFragment();
			}

		{
			if (TAG.equals(HOME_FRAGMENT)) {
				fragmentToReplace = (HomeFragment) fragment;
			} else if (TAG.equals(MY_CART_FRAGMENT)) {
				fragmentToReplace = (MyCartFragment) fragment;}
			else if (TAG.equals(SHOPPING_LIST_TAG)) {
				fragmentToReplace = (MyCartFragment) fragment;
			} else if (TAG.equals(PRODUCT_OVERVIEW_FRAGMENT_TAG)) {
				fragmentToReplace = (ProductOverviewFragment) fragment;
			} else if (TAG.equals(SETTINGS_FRAGMENT_TAG)) {
				fragmentToReplace = (SettingsFragment) fragment;
			} else if (TAG.equals(CONTACT_US_FRAGMENT)) {
				fragmentToReplace = (ContactUsFragment) fragment;
			} else if (TAG.equals(Submit_Add_Fragment)){
				fragmentToReplace = (SubmitAddFragment) fragment;
			}
		}

		CURRENT_TAG = TAG;

		// Replace our current fragment with the one we are changing to
		transaction.replace(id, fragmentToReplace, TAG);
		transaction.commit();
	} else
	{
		// Do nothing since we are already on the fragment being changed to
	}
}

from ecommerce-app-android.

hiteshsahu avatar hiteshsahu commented on May 28, 2024

Thank you for reporting, I will update the repo today.

from ecommerce-app-android.

raiaslam avatar raiaslam commented on May 28, 2024

Can you tell me how much you will charge to provide me Admin Panel +API complete code project.
thanks in advance .
[email protected]

from ecommerce-app-android.

hiteshsahu avatar hiteshsahu commented on May 28, 2024

Web services are ready but am n panel is in progress.

from ecommerce-app-android.

yasserdastani avatar yasserdastani commented on May 28, 2024

Hello . Please give me a guide on how to write code on the purchase button to send the contents of the purchased item to the server. thank you very much

from ecommerce-app-android.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.