ArchiveDecember 2017

Moshi – Modern JSON library for Android

M

Moshi is a modern JSON library for Android and Java. It makes it easy to parse JSON into Java objects: Download  the jar or dependancy via Maven: <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi</artifactId> <version>1.5.0</version> </dependency> or Gradle: compile 'com.squareup.moshi:moshi:1.5.0' String json = ...; Moshi moshi =...

Firebase JobDispatcher

F

The Firebase JobDispatcher is a library for scheduling background jobs in your Android app. It provides a JobScheduler-compatible API that works on all recent versions of Android (API level 9+) that have Google Play services installed. Overview What’s a JobScheduler? The JobScheduler is an Android system service available on API levels 21 (Lollipop)+. It provides an API for scheduling units...

Google Calendar – Calendar API

G

Step 1: Acquire a SHA1 fingerprint Step 2: Turn on the Google Calendar API Step 3: Create a new Android project Step 4: Prepare the project Open the app build.gradle file and add dependencies  content with the following: compile('com.google.api-client:google-api-client-android:1.23.0') {         exclude group: 'org.apache.httpcomponents'     }     compile('com.google.apis:google-api-services...

Working with Calabash

W

Hi All, Now we know how to install and run Calabash and its all requirements and prerequisites. Now let’s see how to work with it. Open the “calabash-android-0.9.0” folder. It resides at path C:\Ruby23\lib\ruby\gems\2.3.0\gems\calabash-android-0.9.0. The folder names will change in synch with the ruby/ calabash version you install on your machine. Open the feature skeleton...

Top 5 PHP Frameworks of 2017

T

List of top 5 PHP Frameworks of 2017 Before beginning the list of top 5 PHP frameworks of 2017, PHP is one of the most favored server-side scripting languages known for its simplicity, PHP frameworks complement PHP, by providing developers with some pre-built modules, a platform to create robust, reusable components, and by enabling faster development cycles. PHP frameworks give the users a basic...

How to create Custom Unsubscribe Page – Marketing Cloud

H

Here is the method using which you can create custom Unsubscribe page for your Emails. You need to follow below steps: 1. Create HTML Cloud page. 2. Then you need to include below ampscript code in it: %%[ VAR @sid, @jid, @listid, @batchid, @reason, @lue, @lue_prop, @lue_statusCode, @overallStatus, @requestId, @lue_Response, @lue_Status, @lue_Error SET @sid =...

How to Upload/Transfer a File in/from FTP using “WinSCP” app – Salesforce Marketing Cloud

H

To Download WinSCP for FTP: Navigate to  Click on Installation package Once the file Download is complete. Open the file and Click Run > Accept > Next > Next > Install > Finish Once WinSCP app opens up: Select File Protocol as “FTP” Enter the following Credentials. Host: You can get this from the FTP Account Setup Username: “Enter Your Username” Password:...

Track prospects who have not opened the email without using ‘Engagement Studio’.

T

Unfortunately, at this time in pardot there is no default option on the email reports to view prospects who have not open the email. With this limitation in mind, Now we can pull a list of prospects that have not opened a particular email using tags and a dynamic list. Eg: Consider I have send an email “ SUBJECT_TEST” to 1000 of my prospects out of which 600 prospects have opened this email and...

Dynamic and Static cid Concept

D

Hi All, If you would like,a new prospect that is created through form handler to become a campaign member after the sync with CRM then you can use the concept of “Static” or “Dynamic” cid. Static campaign ID would be hard coded into your form’s code while in case of dynamic, you will need to provide a specific campaign ID through the URL. Below is the example to...

Category