https://github.com/hsynlms/windowsphone-creatalk
Open Source C# Tapatalk Client
https://github.com/hsynlms/windowsphone-creatalk
c-sharp csharp tapatalk tapatalk-client windows-phone
Last synced: 2 months ago
JSON representation
Open Source C# Tapatalk Client
- Host: GitHub
- URL: https://github.com/hsynlms/windowsphone-creatalk
- Owner: hsynlms
- License: gpl-2.0
- Created: 2014-09-16T19:03:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T01:00:18.000Z (over 10 years ago)
- Last Synced: 2025-01-22T02:16:26.913Z (4 months ago)
- Topics: c-sharp, csharp, tapatalk, tapatalk-client, windows-phone
- Language: C#
- Homepage:
- Size: 693 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Creatalk
========A simple and faster Tapatalk Client for C#, Windows Phone.
* This application designed for tapatalk APIs (and tested only on xenforo)
* Development is in progress for other forum bases (e.g. vBulletin)
* You may need to change something in files of classes folder (application settings, smileys etc.)
* Some components and snippet were used such as coding4fun, theme manager, wp toolkit, myrichtextbox (re-edited by me), telerik.
* By the way, translating different languages (e.g. English, Spanish etc.) is in progress. You can give us some support about this translation. Please contact us.
* Owner Hüseyin ELMAS
* http://www.huseyinelmas.net
* -almost- For all social platforms use this keyword to find me "hsynlms" :]
* 09.16.2014.How To Use
========Open General class file and find this line.
* public static string forum_domain = "";You must provide your forum url for connection. Change this variable with yours. (e.g. "http://www.huseyinelmas.net/forum/")
For smileys settings open Smiley class file and re-edit "sSmileyAddress" variable with the correct one.
That is a first application in the world. There is no any such application sample like this as open source in C#, mobile.
Under GNU GPL License.