{"id":21130199,"url":"https://github.com/ManuelPeinado/NumericPageIndicator","last_synced_at":"2025-07-09T01:32:43.735Z","repository":{"id":7863378,"uuid":"9235644","full_name":"ManuelPeinado/NumericPageIndicator","owner":"ManuelPeinado","description":"Android - A ViewPager page indicator that displays the current page number and (optionally) the page count","archived":false,"fork":false,"pushed_at":"2013-06-06T06:51:19.000Z","size":2897,"stargazers_count":251,"open_issues_count":2,"forks_count":50,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-11-14T11:34:36.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManuelPeinado.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-05T07:03:27.000Z","updated_at":"2023-11-03T05:41:34.000Z","dependencies_parsed_at":"2022-07-11T01:31:58.821Z","dependency_job_id":null,"html_url":"https://github.com/ManuelPeinado/NumericPageIndicator","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FNumericPageIndicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FNumericPageIndicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FNumericPageIndicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelPeinado%2FNumericPageIndicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManuelPeinado","download_url":"https://codeload.github.com/ManuelPeinado/NumericPageIndicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476373,"owners_count":17480215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T05:32:23.997Z","updated_at":"2024-11-20T05:32:32.143Z","avatar_url":"https://github.com/ManuelPeinado.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"NumericPageIndicator\n====================\n\nA ViewPager page indicator that displays the current page number and (optionally) the page count. It can also display buttons to go to adjacent pages, and to move to the start and end pages.\n\nIntegrates seamlessly with Jake Wharton's [ViewPagerIndicator][1] library.\n\n![Example Image][2]\n\nTry out the sample application:\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.manuelpeinado.numericpageindicator.demo\"\u003e\n  \u003cimg alt=\"Android app on Google Play\"\n       src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\nOr browse the [source code of the sample application][3] for a complete example of use.\n\n\nIncluding in your project\n-------------------------\n\nIf you’re using the Eclipse ADT plugin you can include NumericPageIndicator as a library project. Create a new Android project using the library/ folder as the existing source. Then, open the properties of this new project and, in the 'Android' category, add a reference to the ViewPagerIndicator library project. Finally, in your application project properties, add a reference to the created library project.\n\nIf you use maven to build your Android project you can simply add a dependency for this library.\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.manuelpeinado.numericpageindicator\u003c/groupId\u003e\n    \u003cartifactId\u003elibrary\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.1\u003c/version\u003e\n    \u003ctype\u003eapklib\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\nUsage\n-----\n\nAdd a \u003ctt\u003e\u003ccom.manuelpeinado.numericpageindicator.NumericPageIndicator\u003e\u003c/tt\u003e element to your XML layout and attach it to your ViewPager in your Java code just like you would with any of the built-in ViewPagerIndicator classes. \n\nSee the accompanying sample application for a complete example.\n\nCustomization\n-------------\n\nYou can customize the look of the indicators in any of the following ways:\n\n 1. **Theme XML**. Define a \u003ctt\u003enumericPageIndicatorStyle\u003c/tt\u003e attribute in your theme and make it reference a custom style where you can customize any of the multiple attributes supported by the library.\n 2. **Layout XML**. Include any of the attributes supported by the library directly in your \u003ctt\u003eNumericPageIndicator\u003c/tt\u003e element.\n 3. **Object methods**. Use the getters and setters methods provided by the library from your Java code.\n\nThe sample application includes one activity to illustrate each of these methods.\n\nWho's using it\n--------------\n \n*Does your app use NumericPageIndicator? If you want to be featured on this list drop me a line.*\n\nDeveloped By\n--------------------\n\nManuel Peinado Gallego - \u003cmanuel.peinado@gmail.com\u003e\n\n\u003ca href=\"https://twitter.com/mpg2\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"https://raw.github.com/ManuelPeinado/NumericPageIndicator/master/art/twitter.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://plus.google.com/106514622630861903655\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"https://raw.github.com/ManuelPeinado/NumericPageIndicator/master/art/google-plus.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"http://www.linkedin.com/pub/manuel-peinado-gallego/1b/435/685\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"https://raw.github.com/ManuelPeinado/NumericPageIndicator/master/art/linkedin.png\" /\u003e\n\u003c/a\u003e\n\nLicense\n-------\n\n    Copyright 2013 Manuel Peinado\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n    \n[1]: http://viewpagerindicator.com\n[2]: https://raw.github.com/ManuelPeinado/NumericPageIndicator/master/art/readme_pic.png\n[3]: https://github.com/ManuelPeinado/NumericPageIndicator/tree/master/sample\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FManuelPeinado%2FNumericPageIndicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FManuelPeinado%2FNumericPageIndicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FManuelPeinado%2FNumericPageIndicator/lists"}