Questions tagged [twitter-fabric]

Twitter Fabric was a mobile SDK and platform which allows developers to build better apps. It is now owned by Google. This tag should not be used anymore, use [google-fabric] instead.

Fabric is a mobile SDK and platform which allows developers to build, understand, and grow their apps.

Note: Now that Google owns Fabric, there is a [google-fabric] tag.

The platform consists of many Kits or SDKs - Answers, Crashlytics, Digits, AdMob and others that address many of the major issues faced by developers, such as stability, distribution, and revenue and identity.

Useful links

870 questions
0
votes
1 answer

Click on link on custom adapter

I have overwritten the OnClikListener on my CustomTweetTimelineListAdapter class following and example and works fine but when the tweet contains a url the click on the link is not detected and make call the adapter OnClicklistener action, it's…
AFS
  • 1,433
  • 6
  • 28
  • 52
0
votes
0 answers

How to completely remove iAd from iOS app

So as iAd is shutting down very soon, I tried to remove all references to advertisements in my iOS app (which is currently on the AppStore) and submitting a new update with no ads. The only other thing I changed was adding Twitter Fabric's…
Ahad Sheriff
  • 1,829
  • 8
  • 24
  • 46
0
votes
1 answer

Adapter for List on fabric

I'm getting the user's home timeline ,but I need an adapter to show the tweets but I haven't found any adapter superted by the setListAdapter method of ListActivity class package client.tclient.com.client; import android.app.ListActivity; import…
AFS
  • 1,433
  • 6
  • 28
  • 52
0
votes
1 answer

Twitter autenthication android without twitter app

I'm using fabric twitter authentication for an android app ,and it works only if I have the twitter official app installed in the phone without the twitter app I get this exception when I try to authenticate. Is mandatory to have install the…
AFS
  • 1,433
  • 6
  • 28
  • 52
0
votes
1 answer

Fabric showing only loading on Missing DSYMs section

I am using fabric crashlytics to track crashes. Earlier it was working but now it is showing only loading while clicking on Missing DSYMs sections. If any one come across this issue, please help.
0
votes
1 answer

Android - On every new Android Studio update I need to re-install Fabric Plugin - why

Its about Fabric plugin, whenever I update my android studio I need to re-install the Fabric Plug-in again. Even though I import my old settings after updating the android studio. Any help will be appreciated.
Bharatesh
  • 8,943
  • 3
  • 38
  • 67
0
votes
1 answer

proguard + crashlytics crash

I have integrated Crashlytics in my project, Now when I enable proguard, App Crashes. Have tried to exclude all the classes from crashlytics with no success File proguard-rules.pro file has the following -keep class io.fabric.sdk.android.** { *;…
amithgc
  • 6,167
  • 6
  • 29
  • 38
0
votes
0 answers

Fabric Twitter Login module does not work correctly with Android 4.x devices

I am currently supporting Twitter login in my Android application. While the twitter Login runs successfully on Android 5.x devices, I am running into an issue on Android 4.x devices only. On android 4.x devices, after entering the twitter…
Vishy
  • 548
  • 7
  • 17
0
votes
0 answers

Placing ads in an UICollectionView

I'm currently developing an app that requires ads placed within the cells or "tiles" of a grid. The grid is created using a view controller with an UICollectionView. It has two cells going across and is scrollable vertically. The fabric SDK I'm…
jmwhite132
  • 63
  • 2
  • 11
0
votes
1 answer

Changing theme of fabric digit screen

I have integrated fabric digits in my app and trying to change its theme. I try using below code but i don't see any change in theme.What am i missing or doing wrong?