Git Product home page Git Product logo

Comments (6)

medyo avatar medyo commented on September 28, 2024 1

Unfortunately, the library doesn't support fragment integration.
Try to use a custom view or an activity.

from android-about-page.

medyo avatar medyo commented on September 28, 2024

Hi @gugakatsi,

We only support famous apps like Facebook, Instagram ... If you'd like to add a custom app or link, just override the onClickListener for the element and create an intent there

from android-about-page.

gugakatsi avatar gugakatsi commented on September 28, 2024

@medyo not even Fb, or instagram links work , i am using with v4 fragment , could it be a problem?

from android-about-page.

medyo avatar medyo commented on September 28, 2024

Could you share a sample of your code

from android-about-page.

gugakatsi avatar gugakatsi commented on September 28, 2024

`
import android.os.Bundle
import android.support.v4.app.Fragment
import android.view.Gravity
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import mehdi.sakout.aboutpage.AboutPage
import mehdi.sakout.aboutpage.Element
import pimpify.gone.R

/*

  • About app static activity
    */
    class AboutAppFragment : Fragment() {

    companion object {
    fun newInstance() = AboutAppFragment()
    }

    override fun onCreateView(inflater: LayoutInflater?, container: ViewGroup?,
    savedInstanceState: Bundle?): View? {

    val footerElement = Element().setTitle(getString(R.string.footer_text))
                                 .setGravity(Gravity.LEFT)
    val versionElement = Element().setTitle("v 1.0 ბეტა")
    
    /* TODO convert website and those values to res */
    return AboutPage(activity.baseContext)
                .setCustomFont("fonts/tbc.ttf")
                .isRTL(false)
                .setImage(R.drawable.ic_uniguide_logo)
                .setDescription(getString(R.string.about))
                .addGroup("აპლიკაციის ვერსია")
                .addItem(versionElement)
                .addGroup(getString(R.string.contact_us))
                .addEmail("[email protected]","ელ-ფოსტა")
                .addWebsite("https://www.uniguide.ge/", getString(R.string.about_website))
                .addFacebook("Uniguide.ge", getString(R.string.about_facebook))
                .addTwitter("UniguideApp", getString(R.string.about_twitter))
                .addPlayStore("pimpify.gone", getString(R.string.about_play_store))
                .addInstagram("uniguideApp", getString(R.string.about_instagram))
                .create()
    

    }

}`

from android-about-page.

gugakatsi avatar gugakatsi commented on September 28, 2024

@medyo thanks for fast and helpful responses.

from android-about-page.

Related Issues (20)

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.