• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. saurabh28

    App Inventor Converting Activity into Fragment

    Please anyone convert this Activity into a Fragment, PlayMusic.java package com.playonlineaudiomp3_android_examples.com; import java.io.IOException; import java.util.Timer; import android.app.Activity; import android.app.ProgressDialog; import android.media.AudioManager; import...
  2. saurabh28

    App Inventor How do I call Fragment From on Tabbed Activity?

    I have Created One Fragment Activity which I want to call in tabbed Activity, I am new with Tabbed Activity so please Help, MainActivity.java package com.example.admin.tabtest; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import...
  3. saurabh28

    App Inventor How do I call intent on body of navigation drawer?

    I want to Call Activity on Navigation Drawer Body, But on call that Activity Intent its calling the Activity on new window rather then The Navigation Drawer Body, Please suggest me some tips so, What I have tried: package com.example.admin.tabactivity; import android.content.Intent; import...